Html Css Color HEX #5C7BCC Havelock Blue

📋 copy color: '#5C7BCC'

red 92 ◦ green 123 ◦ blue 204

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

Shades of Havelock Blue #5C7BCC

Tints of Havelock Blue #5C7BCC

RGB

 RED value IS 92 (36.33% from 255) = 21.96%

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

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 21.96%
G = 29.36%
B = 48.69%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C7BCC (or 0x5C7BCC) is known color: Havelock Blue. HEX triplet: 5C, 7B and CC. RGB value is (92,123,204). Sum of RGB (Red+Green+Blue) = 92+123+204=419 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.96% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C7BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7BCC is #A38433. Grayscale: #7A7A7A. Windows color (decimal): -10716212 or 13400924. OLE color: 13400924.

HSL color Cylindrical-coordinate representation of color #5C7BCC: hue angle of 223.39º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C7BCC is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 92 123 204 -
CMYK 0.55 0.40 0 0.2
HSL 223.39º 0.52% 0.58% -
HSV(B) 223.39º 0.55% 0.8% -
XYZ 22.4 20.8 59.96 -
YUV 122.97 173.73 105.91 -
System Red Green Blue C M Y K H S L
Decimal 92 123 204 0.55 0.40 0 0.2 223.39 0.52 0.58
Hex 5C 7B CC 37 28 0 14 DF 34 3A
Octal 134 173 314 67 50 0 24 337 64 72
Binary 1011100 1111011 11001100 110111 101000 0 10100 11011111 110100 111010

Color Harmonies of #5C7BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7BCC

Black with #5C7BCC

Text Example


Text Example

White with #5C7BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C7BCC; }

 p { color: rgb(92,123,204); }

 H1.HeaderClassName
 {
   color: #5C7BCC;
 }
 .AnyTagClassName
 {
   color: #5C7BCC;
 }
</style>

background-color css

<style>
 a { background-color: #5C7BCC; }

 a { background-color: rgb(92,123,204); }

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

border-color css

<style>
 span { border-color: #5C7BCC; }

 span { border-color: rgb(92,123,204); }

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