Html Css Color HEX #5899CC Picton Blue

📋 copy color: '#5899CC'

red 88 ◦ green 153 ◦ blue 204

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

Shades of Picton Blue #5899CC

Tints of Picton Blue #5899CC

RGB

 RED value IS 88 (34.77% from 255) = 19.78%

 GREEN value IS 153 (60.16% from 255) = 34.38%

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 19.78%
G = 34.38%
B = 45.84%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5899CC (or 0x5899CC) is known color: Picton Blue. HEX triplet: 58, 99 and CC. RGB value is (88,153,204). Sum of RGB (Red+Green+Blue) = 88+153+204=445 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.78% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #5899CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5899CC is #A76633. Grayscale: #8B8B8B. Windows color (decimal): -10970676 or 13408600. OLE color: 13408600.

HSL color Cylindrical-coordinate representation of color #5899CC: hue angle of 206.38º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5899CC is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 153 204 -
CMYK 0.57 0.25 0 0.2
HSL 206.38º 0.53% 0.57% -
HSV(B) 206.38º 0.57% 0.8% -
XYZ 26.31 29.22 61.38 -
YUV 139.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 88 153 204 0.57 0.25 0 0.2 206.38 0.53 0.57
Hex 58 99 CC 39 19 0 14 CE 35 39
Octal 130 231 314 71 31 0 24 316 65 71
Binary 1011000 10011001 11001100 111001 11001 0 10100 11001110 110101 111001

Color Harmonies of #5899CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5899CC

Black with #5899CC

Text Example


Text Example

White with #5899CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5899CC; }

 p { color: rgb(88,153,204); }

 H1.HeaderClassName
 {
   color: #5899CC;
 }
 .AnyTagClassName
 {
   color: #5899CC;
 }
</style>

background-color css

<style>
 a { background-color: #5899CC; }

 a { background-color: rgb(88,153,204); }

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

border-color css

<style>
 span { border-color: #5899CC; }

 span { border-color: rgb(88,153,204); }

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