Html Css Color HEX #5899DB Picton Blue

📋 copy color: '#5899DB'

red 88 ◦ green 153 ◦ blue 219

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

Shades of Picton Blue #5899DB

Tints of Picton Blue #5899DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 19.13%
G = 33.26%
B = 47.61%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5899DB (or 0x5899DB) is known color: Picton Blue. HEX triplet: 58, 99 and DB. RGB value is (88,153,219). Sum of RGB (Red+Green+Blue) = 88+153+219=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #5899DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5899DB is #A76624. Grayscale: #8C8C8C. Windows color (decimal): -10970661 or 14391640. OLE color: 14391640.

HSL color Cylindrical-coordinate representation of color #5899DB: hue angle of 210.23º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5899DB is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 153 219 -
CMYK 0.60 0.30 0 0.14
HSL 210.23º 0.65% 0.6% -
HSV(B) 210.23º 0.6% 0.86% -
XYZ 28.2 29.97 71.32 -
YUV 141.09 171.97 90.13 -
System Red Green Blue C M Y K H S L
Decimal 88 153 219 0.60 0.30 0 0.14 210.23 0.65 0.6
Hex 58 99 DB 3C 1E 0 E D2 41 3C
Octal 130 231 333 74 36 0 16 322 101 74
Binary 1011000 10011001 11011011 111100 11110 0 1110 11010010 1000001 111100

Color Harmonies of #5899DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5899DB

Black with #5899DB

Text Example


Text Example

White with #5899DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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