Html Css Color HEX #5B7CCF Havelock Blue

📋 copy color: '#5B7CCF'

red 91 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #5B7CCF

Tints of Havelock Blue #5B7CCF

RGB

 RED value IS 91 (35.94% from 255) = 21.56%

 GREEN value IS 124 (48.83% from 255) = 29.38%

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

R = 21.56%
G = 29.38%
B = 49.05%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B7CCF (or 0x5B7CCF) is known color: Havelock Blue. HEX triplet: 5B, 7C and CF. RGB value is (91,124,207). Sum of RGB (Red+Green+Blue) = 91+124+207=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B7CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7CCF is #A48330. Grayscale: #7B7B7B. Windows color (decimal): -10781489 or 13597787. OLE color: 13597787.

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

Color convert

RGB 91 124 207 -
CMYK 0.56 0.40 0 0.19
HSL 222.93º 0.55% 0.58% -
HSV(B) 222.93º 0.56% 0.81% -
XYZ 22.78 21.14 61.91 -
YUV 123.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 91 124 207 0.56 0.40 0 0.19 222.93 0.55 0.58
Hex 5B 7C CF 38 28 0 13 DF 37 3A
Octal 133 174 317 70 50 0 23 337 67 72
Binary 1011011 1111100 11001111 111000 101000 0 10011 11011111 110111 111010

Color Harmonies of #5B7CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7CCF

Black with #5B7CCF

Text Example


Text Example

White with #5B7CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,124,207); }

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

background-color css

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

 a { background-color: rgb(91,124,207); }

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

border-color css

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

 span { border-color: rgb(91,124,207); }

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