Html Css Color HEX #557BCF Havelock Blue

📋 copy color: '#557BCF'

red 85 ◦ green 123 ◦ blue 207

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

Shades of Havelock Blue #557BCF

Tints of Havelock Blue #557BCF

RGB

 RED value IS 85 (33.59% from 255) = 20.48%

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 20.48%
G = 29.64%
B = 49.88%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#557BCF (or 0x557BCF) is known color: Havelock Blue. HEX triplet: 55, 7B and CF. RGB value is (85,123,207). Sum of RGB (Red+Green+Blue) = 85+123+207=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #557BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BCF is #AA8430. Grayscale: #787878. Windows color (decimal): -11174961 or 13597525. OLE color: 13597525.

HSL color Cylindrical-coordinate representation of color #557BCF: hue angle of 221.31º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557BCF is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 123 207 -
CMYK 0.59 0.41 0 0.19
HSL 221.31º 0.56% 0.57% -
HSV(B) 221.31º 0.59% 0.81% -
XYZ 22.09 20.6 61.84 -
YUV 121.21 176.41 102.17 -
System Red Green Blue C M Y K H S L
Decimal 85 123 207 0.59 0.41 0 0.19 221.31 0.56 0.57
Hex 55 7B CF 3B 29 0 13 DD 38 39
Octal 125 173 317 73 51 0 23 335 70 71
Binary 1010101 1111011 11001111 111011 101001 0 10011 11011101 111000 111001

Color Harmonies of #557BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BCF

Black with #557BCF

Text Example


Text Example

White with #557BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557BCF; }

 p { color: rgb(85,123,207); }

 H1.HeaderClassName
 {
   color: #557BCF;
 }
 .AnyTagClassName
 {
   color: #557BCF;
 }
</style>

background-color css

<style>
 a { background-color: #557BCF; }

 a { background-color: rgb(85,123,207); }

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

border-color css

<style>
 span { border-color: #557BCF; }

 span { border-color: rgb(85,123,207); }

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