Html Css Color HEX #5592CE Picton Blue

📋 copy color: '#5592CE'

red 85 ◦ green 146 ◦ blue 206

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

Shades of Picton Blue #5592CE

Tints of Picton Blue #5592CE

RGB

 RED value IS 85 (33.59% from 255) = 19.45%

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 19.45%
G = 33.41%
B = 47.14%

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

#5592CE (or 0x5592CE) is known color: Picton Blue. HEX triplet: 55, 92 and CE. RGB value is (85,146,206). Sum of RGB (Red+Green+Blue) = 85+146+206=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #5592CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5592CE is #AA6D31. Grayscale: #868686. Windows color (decimal): -11169074 or 13537877. OLE color: 13537877.

HSL color Cylindrical-coordinate representation of color #5592CE: hue angle of 209.75º degrees, saturation: 0.55, 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 #5592CE is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 146 206 -
CMYK 0.59 0.29 0 0.19
HSL 209.75º 0.55% 0.57% -
HSV(B) 209.75º 0.59% 0.81% -
XYZ 25.17 26.95 62.27 -
YUV 134.6 168.29 92.62 -
System Red Green Blue C M Y K H S L
Decimal 85 146 206 0.59 0.29 0 0.19 209.75 0.55 0.57
Hex 55 92 CE 3B 1D 0 13 D2 37 39
Octal 125 222 316 73 35 0 23 322 67 71
Binary 1010101 10010010 11001110 111011 11101 0 10011 11010010 110111 111001

Color Harmonies of #5592CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5592CE

Black with #5592CE

Text Example


Text Example

White with #5592CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5592CE; }

 p { color: rgb(85,146,206); }

 H1.HeaderClassName
 {
   color: #5592CE;
 }
 .AnyTagClassName
 {
   color: #5592CE;
 }
</style>

background-color css

<style>
 a { background-color: #5592CE; }

 a { background-color: rgb(85,146,206); }

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

border-color css

<style>
 span { border-color: #5592CE; }

 span { border-color: rgb(85,146,206); }

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