Html Css Color HEX #517CCB Havelock Blue

📋 copy color: '#517CCB'

red 81 ◦ green 124 ◦ blue 203

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

Shades of Havelock Blue #517CCB

Tints of Havelock Blue #517CCB

RGB

 RED value IS 81 (32.03% from 255) = 19.85%

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

 BLUE value IS 203 (79.69% from 255) = 49.75%

R = 19.85%
G = 30.39%
B = 49.75%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#517CCB (or 0x517CCB) is known color: Havelock Blue. HEX triplet: 51, 7C and CB. RGB value is (81,124,203). Sum of RGB (Red+Green+Blue) = 81+124+203=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #517CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CCB is #AE8334. Grayscale: #777777. Windows color (decimal): -11436853 or 13335633. OLE color: 13335633.

HSL color Cylindrical-coordinate representation of color #517CCB: hue angle of 218.85º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #517CCB is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 124 203 -
CMYK 0.60 0.39 0 0.20
HSL 218.85º 0.54% 0.56% -
HSV(B) 218.85º 0.6% 0.8% -
XYZ 21.38 20.48 59.33 -
YUV 120.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 81 124 203 0.60 0.39 0 0.20 218.85 0.54 0.56
Hex 51 7C CB 3C 27 0 14 DB 36 38
Octal 121 174 313 74 47 0 24 333 66 70
Binary 1010001 1111100 11001011 111100 100111 0 10100 11011011 110110 111000

Color Harmonies of #517CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CCB

Black with #517CCB

Text Example


Text Example

White with #517CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517CCB; }

 p { color: rgb(81,124,203); }

 H1.HeaderClassName
 {
   color: #517CCB;
 }
 .AnyTagClassName
 {
   color: #517CCB;
 }
</style>

background-color css

<style>
 a { background-color: #517CCB; }

 a { background-color: rgb(81,124,203); }

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

border-color css

<style>
 span { border-color: #517CCB; }

 span { border-color: rgb(81,124,203); }

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