Html Css Color HEX #5296DB Picton Blue

📋 copy color: '#5296DB'

red 82 ◦ green 150 ◦ blue 219

#5296DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5296DB

Tints of Picton Blue #5296DB

RGB

 RED value IS 82 (32.42% from 255) = 18.18%

 GREEN value IS 150 (58.98% from 255) = 33.26%

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 18.18%
G = 33.26%
B = 48.56%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5296DB (or 0x5296DB) is known color: Picton Blue. HEX triplet: 52, 96 and DB. RGB value is (82,150,219). Sum of RGB (Red+Green+Blue) = 82+150+219=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #5296DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5296DB is #AD6924. Grayscale: #898989. Windows color (decimal): -11364645 or 14390866. OLE color: 14390866.

HSL color Cylindrical-coordinate representation of color #5296DB: hue angle of 210.22º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5296DB is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 150 219 -
CMYK 0.63 0.32 0 0.14
HSL 210.22º 0.66% 0.59% -
HSV(B) 210.22º 0.63% 0.86% -
XYZ 27.17 28.72 71.13 -
YUV 137.53 173.97 88.39 -
System Red Green Blue C M Y K H S L
Decimal 82 150 219 0.63 0.32 0 0.14 210.22 0.66 0.59
Hex 52 96 DB 3F 20 0 E D2 42 3B
Octal 122 226 333 77 40 0 16 322 102 73
Binary 1010010 10010110 11011011 111111 100000 0 1110 11010010 1000010 111011

Color Harmonies of #5296DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5296DB

Black with #5296DB

Text Example


Text Example

White with #5296DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5296DB; }

 p { color: rgb(82,150,219); }

 H1.HeaderClassName
 {
   color: #5296DB;
 }
 .AnyTagClassName
 {
   color: #5296DB;
 }
</style>

background-color css

<style>
 a { background-color: #5296DB; }

 a { background-color: rgb(82,150,219); }

 div.DivClassName
 {
   background-color: #5296DB;
 }
 .BgClassName
 {
   background-color: #5296DB;
 }
</style>

border-color css

<style>
 span { border-color: #5296DB; }

 span { border-color: rgb(82,150,219); }

 td.TdClassName
 {
   border-color: #5296DB;
 }
 .TagClassName
 {
   border-color: #5296DB;
 }
</style>