Html Css Color HEX #5994CB Picton Blue

📋 copy color: '#5994CB'

red 89 ◦ green 148 ◦ blue 203

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

Shades of Picton Blue #5994CB

Tints of Picton Blue #5994CB

RGB

 RED value IS 89 (35.16% from 255) = 20.23%

 GREEN value IS 148 (58.2% from 255) = 33.64%

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 20.23%
G = 33.64%
B = 46.14%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5994CB (or 0x5994CB) is known color: Picton Blue. HEX triplet: 59, 94 and CB. RGB value is (89,148,203). Sum of RGB (Red+Green+Blue) = 89+148+203=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #5994CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5994CB is #A66B34. Grayscale: #888888. Windows color (decimal): -10906421 or 13341785. OLE color: 13341785.

HSL color Cylindrical-coordinate representation of color #5994CB: hue angle of 208.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5994CB is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 148 203 -
CMYK 0.56 0.27 0 0.20
HSL 208.95º 0.52% 0.57% -
HSV(B) 208.95º 0.56% 0.8% -
XYZ 25.49 27.62 60.49 -
YUV 136.63 165.45 94.03 -
System Red Green Blue C M Y K H S L
Decimal 89 148 203 0.56 0.27 0 0.20 208.95 0.52 0.57
Hex 59 94 CB 38 1B 0 14 D1 34 39
Octal 131 224 313 70 33 0 24 321 64 71
Binary 1011001 10010100 11001011 111000 11011 0 10100 11010001 110100 111001

Color Harmonies of #5994CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5994CB

Black with #5994CB

Text Example


Text Example

White with #5994CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5994CB; }

 p { color: rgb(89,148,203); }

 H1.HeaderClassName
 {
   color: #5994CB;
 }
 .AnyTagClassName
 {
   color: #5994CB;
 }
</style>

background-color css

<style>
 a { background-color: #5994CB; }

 a { background-color: rgb(89,148,203); }

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

border-color css

<style>
 span { border-color: #5994CB; }

 span { border-color: rgb(89,148,203); }

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