Html Css Color HEX #5998CB Picton Blue

📋 copy color: '#5998CB'

red 89 ◦ green 152 ◦ blue 203

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

Shades of Picton Blue #5998CB

Tints of Picton Blue #5998CB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.23%

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

R = 20.05%
G = 34.23%
B = 45.72%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5998CB (or 0x5998CB) is known color: Picton Blue. HEX triplet: 59, 98 and CB. RGB value is (89,152,203). Sum of RGB (Red+Green+Blue) = 89+152+203=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #5998CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5998CB is #A66734. Grayscale: #8A8A8A. Windows color (decimal): -10905397 or 13342809. OLE color: 13342809.

HSL color Cylindrical-coordinate representation of color #5998CB: hue angle of 206.84º 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 #5998CB is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 152 203 -
CMYK 0.56 0.25 0 0.20
HSL 206.84º 0.52% 0.57% -
HSV(B) 206.84º 0.56% 0.8% -
XYZ 26.13 28.89 60.7 -
YUV 138.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 89 152 203 0.56 0.25 0 0.20 206.84 0.52 0.57
Hex 59 98 CB 38 19 0 14 CF 34 39
Octal 131 230 313 70 31 0 24 317 64 71
Binary 1011001 10011000 11001011 111000 11001 0 10100 11001111 110100 111001

Color Harmonies of #5998CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5998CB

Black with #5998CB

Text Example


Text Example

White with #5998CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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