Html Css Color HEX #597BDA Havelock Blue

📋 copy color: '#597BDA'

red 89 ◦ green 123 ◦ blue 218

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

Shades of Havelock Blue #597BDA

Tints of Havelock Blue #597BDA

RGB

 RED value IS 89 (35.16% from 255) = 20.7%

 GREEN value IS 123 (48.44% from 255) = 28.6%

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 20.7%
G = 28.6%
B = 50.7%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#597BDA (or 0x597BDA) is known color: Havelock Blue. HEX triplet: 59, 7B and DA. RGB value is (89,123,218). Sum of RGB (Red+Green+Blue) = 89+123+218=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #597BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597BDA is #A68425. Grayscale: #7B7B7B. Windows color (decimal): -10912806 or 14318425. OLE color: 14318425.

HSL color Cylindrical-coordinate representation of color #597BDA: hue angle of 224.19º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #597BDA is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 123 218 -
CMYK 0.59 0.44 0 0.15
HSL 224.19º 0.64% 0.6% -
HSV(B) 224.19º 0.59% 0.85% -
XYZ 23.86 21.35 69.19 -
YUV 123.66 181.24 103.28 -
System Red Green Blue C M Y K H S L
Decimal 89 123 218 0.59 0.44 0 0.15 224.19 0.64 0.6
Hex 59 7B DA 3B 2C 0 F E0 40 3C
Octal 131 173 332 73 54 0 17 340 100 74
Binary 1011001 1111011 11011010 111011 101100 0 1111 11100000 1000000 111100

Color Harmonies of #597BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597BDA

Black with #597BDA

Text Example


Text Example

White with #597BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597BDA; }

 p { color: rgb(89,123,218); }

 H1.HeaderClassName
 {
   color: #597BDA;
 }
 .AnyTagClassName
 {
   color: #597BDA;
 }
</style>

background-color css

<style>
 a { background-color: #597BDA; }

 a { background-color: rgb(89,123,218); }

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

border-color css

<style>
 span { border-color: #597BDA; }

 span { border-color: rgb(89,123,218); }

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