Html Css Color HEX #5492CF Picton Blue

📋 copy color: '#5492CF'

red 84 ◦ green 146 ◦ blue 207

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

Shades of Picton Blue #5492CF

Tints of Picton Blue #5492CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 19.22%
G = 33.41%
B = 47.37%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5492CF (or 0x5492CF) is known color: Picton Blue. HEX triplet: 54, 92 and CF. RGB value is (84,146,207). Sum of RGB (Red+Green+Blue) = 84+146+207=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #5492CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5492CF is #AB6D30. Grayscale: #868686. Windows color (decimal): -11234609 or 13603412. OLE color: 13603412.

HSL color Cylindrical-coordinate representation of color #5492CF: hue angle of 209.76º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5492CF is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 146 207 -
CMYK 0.59 0.29 0 0.19
HSL 209.76º 0.56% 0.57% -
HSV(B) 209.76º 0.59% 0.81% -
XYZ 25.2 26.95 62.9 -
YUV 134.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 84 146 207 0.59 0.29 0 0.19 209.76 0.56 0.57
Hex 54 92 CF 3B 1D 0 13 D2 38 39
Octal 124 222 317 73 35 0 23 322 70 71
Binary 1010100 10010010 11001111 111011 11101 0 10011 11010010 111000 111001

Color Harmonies of #5492CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5492CF

Black with #5492CF

Text Example


Text Example

White with #5492CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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