Html Css Color HEX #5492DB Picton Blue

📋 copy color: '#5492DB'

red 84 ◦ green 146 ◦ blue 219

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

Shades of Picton Blue #5492DB

Tints of Picton Blue #5492DB

RGB

 RED value IS 84 (33.2% from 255) = 18.71%

 GREEN value IS 146 (57.42% from 255) = 32.52%

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

R = 18.71%
G = 32.52%
B = 48.78%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5492DB (or 0x5492DB) is known color: Picton Blue. HEX triplet: 54, 92 and DB. RGB value is (84,146,219). Sum of RGB (Red+Green+Blue) = 84+146+219=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #5492DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5492DB is #AB6D24. Grayscale: #878787. Windows color (decimal): -11234597 or 14389844. OLE color: 14389844.

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

Color convert

RGB 84 146 219 -
CMYK 0.62 0.33 0 0.14
HSL 212.44º 0.65% 0.59% -
HSV(B) 212.44º 0.62% 0.86% -
XYZ 26.72 27.56 70.93 -
YUV 135.78 174.96 91.06 -
System Red Green Blue C M Y K H S L
Decimal 84 146 219 0.62 0.33 0 0.14 212.44 0.65 0.59
Hex 54 92 DB 3E 21 0 E D4 41 3B
Octal 124 222 333 76 41 0 16 324 101 73
Binary 1010100 10010010 11011011 111110 100001 0 1110 11010100 1000001 111011

Color Harmonies of #5492DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5492DB

Black with #5492DB

Text Example


Text Example

White with #5492DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,146,219); }

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

background-color css

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

 a { background-color: rgb(84,146,219); }

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

border-color css

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

 span { border-color: rgb(84,146,219); }

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