Html Css Color HEX #5773D0 Havelock Blue

📋 copy color: '#5773D0'

red 87 ◦ green 115 ◦ blue 208

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

Shades of Havelock Blue #5773D0

Tints of Havelock Blue #5773D0

RGB

 RED value IS 87 (34.38% from 255) = 21.22%

 GREEN value IS 115 (45.31% from 255) = 28.05%

 BLUE value IS 208 (81.64% from 255) = 50.73%

R = 21.22%
G = 28.05%
B = 50.73%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5773D0 (or 0x5773D0) is known color: Havelock Blue. HEX triplet: 57, 73 and D0. RGB value is (87,115,208). Sum of RGB (Red+Green+Blue) = 87+115+208=410 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.22% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #5773D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5773D0 is #A88C2F. Grayscale: #747474. Windows color (decimal): -11045936 or 13661015. OLE color: 13661015.

HSL color Cylindrical-coordinate representation of color #5773D0: hue angle of 226.12º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5773D0 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 115 208 -
CMYK 0.58 0.45 0 0.18
HSL 226.12º 0.56% 0.58% -
HSV(B) 226.12º 0.58% 0.82% -
XYZ 21.45 18.84 62.18 -
YUV 117.23 179.22 106.44 -
System Red Green Blue C M Y K H S L
Decimal 87 115 208 0.58 0.45 0 0.18 226.12 0.56 0.58
Hex 57 73 D0 3A 2D 0 12 E2 38 3A
Octal 127 163 320 72 55 0 22 342 70 72
Binary 1010111 1110011 11010000 111010 101101 0 10010 11100010 111000 111010

Color Harmonies of #5773D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5773D0

Black with #5773D0

Text Example


Text Example

White with #5773D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5773D0; }

 p { color: rgb(87,115,208); }

 H1.HeaderClassName
 {
   color: #5773D0;
 }
 .AnyTagClassName
 {
   color: #5773D0;
 }
</style>

background-color css

<style>
 a { background-color: #5773D0; }

 a { background-color: rgb(87,115,208); }

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

border-color css

<style>
 span { border-color: #5773D0; }

 span { border-color: rgb(87,115,208); }

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