Html Css Color HEX #5898DC Picton Blue

📋 copy color: '#5898DC'

red 88 ◦ green 152 ◦ blue 220

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

Shades of Picton Blue #5898DC

Tints of Picton Blue #5898DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 19.13%
G = 33.04%
B = 47.83%

CMYK

 C value IS 0.6

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5898DC (or 0x5898DC) is known color: Picton Blue. HEX triplet: 58, 98 and DC. RGB value is (88,152,220). Sum of RGB (Red+Green+Blue) = 88+152+220=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #5898DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5898DC is #A76723. Grayscale: #8C8C8C. Windows color (decimal): -10970916 or 14456920. OLE color: 14456920.

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

Color convert

RGB 88 152 220 -
CMYK 0.6 0.31 0 0.14
HSL 210.91º 0.65% 0.6% -
HSV(B) 210.91º 0.6% 0.86% -
XYZ 28.17 29.7 71.96 -
YUV 140.62 172.8 90.47 -
System Red Green Blue C M Y K H S L
Decimal 88 152 220 0.6 0.31 0 0.14 210.91 0.65 0.6
Hex 58 98 DC 3C 1F 0 E D3 41 3C
Octal 130 230 334 74 37 0 16 323 101 74
Binary 1011000 10011000 11011100 111100 11111 0 1110 11010011 1000001 111100

Color Harmonies of #5898DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5898DC

Black with #5898DC

Text Example


Text Example

White with #5898DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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