Html Css Color HEX #5897DC Picton Blue

📋 copy color: '#5897DC'

red 88 ◦ green 151 ◦ blue 220

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

Shades of Picton Blue #5897DC

Tints of Picton Blue #5897DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.9%

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

R = 19.17%
G = 32.9%
B = 47.93%

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

#5897DC (or 0x5897DC) is known color: Picton Blue. HEX triplet: 58, 97 and DC. RGB value is (88,151,220). Sum of RGB (Red+Green+Blue) = 88+151+220=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #5897DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5897DC is #A76823. Grayscale: #8B8B8B. Windows color (decimal): -10971172 or 14456664. OLE color: 14456664.

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

Color convert

RGB 88 151 220 -
CMYK 0.6 0.31 0 0.14
HSL 211.36º 0.65% 0.6% -
HSV(B) 211.36º 0.6% 0.86% -
XYZ 28.01 29.38 71.9 -
YUV 140.03 173.13 90.89 -
System Red Green Blue C M Y K H S L
Decimal 88 151 220 0.6 0.31 0 0.14 211.36 0.65 0.6
Hex 58 97 DC 3C 1F 0 E D3 41 3C
Octal 130 227 334 74 37 0 16 323 101 74
Binary 1011000 10010111 11011100 111100 11111 0 1110 11010011 1000001 111100

Color Harmonies of #5897DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5897DC

Black with #5897DC

Text Example


Text Example

White with #5897DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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