Html Css Color HEX #5897DD Picton Blue

📋 copy color: '#5897DD'

red 88 ◦ green 151 ◦ blue 221

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

Shades of Picton Blue #5897DD

Tints of Picton Blue #5897DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 19.13%
G = 32.83%
B = 48.04%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5897DD (or 0x5897DD) is known color: Picton Blue. HEX triplet: 58, 97 and DD. RGB value is (88,151,221). Sum of RGB (Red+Green+Blue) = 88+151+221=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #5897DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5897DD is #A76822. Grayscale: #8B8B8B. Windows color (decimal): -10971171 or 14522200. OLE color: 14522200.

HSL color Cylindrical-coordinate representation of color #5897DD: hue angle of 211.58º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5897DD is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 151 221 -
CMYK 0.60 0.32 0 0.13
HSL 211.58º 0.66% 0.61% -
HSV(B) 211.58º 0.6% 0.87% -
XYZ 28.14 29.43 72.6 -
YUV 140.14 173.63 90.81 -
System Red Green Blue C M Y K H S L
Decimal 88 151 221 0.60 0.32 0 0.13 211.58 0.66 0.61
Hex 58 97 DD 3C 20 0 D D4 42 3D
Octal 130 227 335 74 40 0 15 324 102 75
Binary 1011000 10010111 11011101 111100 100000 0 1101 11010100 1000010 111101

Color Harmonies of #5897DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5897DD

Black with #5897DD

Text Example


Text Example

White with #5897DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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