Html Css Color HEX #5592CD Picton Blue

📋 copy color: '#5592CD'

red 85 ◦ green 146 ◦ blue 205

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

Shades of Picton Blue #5592CD

Tints of Picton Blue #5592CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 19.5%
G = 33.49%
B = 47.02%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5592CD (or 0x5592CD) is known color: Picton Blue. HEX triplet: 55, 92 and CD. RGB value is (85,146,205). Sum of RGB (Red+Green+Blue) = 85+146+205=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #5592CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5592CD is #AA6D32. Grayscale: #868686. Windows color (decimal): -11169075 or 13472341. OLE color: 13472341.

HSL color Cylindrical-coordinate representation of color #5592CD: hue angle of 209.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5592CD is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 146 205 -
CMYK 0.59 0.29 0 0.20
HSL 209.5º 0.55% 0.57% -
HSV(B) 209.5º 0.59% 0.8% -
XYZ 25.04 26.9 61.63 -
YUV 134.49 167.79 92.7 -
System Red Green Blue C M Y K H S L
Decimal 85 146 205 0.59 0.29 0 0.20 209.5 0.55 0.57
Hex 55 92 CD 3B 1D 0 14 D2 37 39
Octal 125 222 315 73 35 0 24 322 67 71
Binary 1010101 10010010 11001101 111011 11101 0 10100 11010010 110111 111001

Color Harmonies of #5592CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5592CD

Black with #5592CD

Text Example


Text Example

White with #5592CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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