Html Css Color HEX #5898DB Picton Blue

📋 copy color: '#5898DB'

red 88 ◦ green 152 ◦ blue 219

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

Shades of Picton Blue #5898DB

Tints of Picton Blue #5898DB

RGB

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

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

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

R = 19.17%
G = 33.12%
B = 47.71%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5898DB (or 0x5898DB) is known color: Picton Blue. HEX triplet: 58, 98 and DB. RGB value is (88,152,219). Sum of RGB (Red+Green+Blue) = 88+152+219=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #5898DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5898DB is #A76724. Grayscale: #8C8C8C. Windows color (decimal): -10970917 or 14391384. OLE color: 14391384.

HSL color Cylindrical-coordinate representation of color #5898DB: hue angle of 210.69º 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 #5898DB is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 152 219 -
CMYK 0.60 0.31 0 0.14
HSL 210.69º 0.65% 0.6% -
HSV(B) 210.69º 0.6% 0.86% -
XYZ 28.04 29.65 71.26 -
YUV 140.5 172.3 90.55 -
System Red Green Blue C M Y K H S L
Decimal 88 152 219 0.60 0.31 0 0.14 210.69 0.65 0.6
Hex 58 98 DB 3C 1F 0 E D3 41 3C
Octal 130 230 333 74 37 0 16 323 101 74
Binary 1011000 10011000 11011011 111100 11111 0 1110 11010011 1000001 111100

Color Harmonies of #5898DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5898DB

Black with #5898DB

Text Example


Text Example

White with #5898DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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