Html Css Color HEX #517BCA Havelock Blue

📋 copy color: '#517BCA'

red 81 ◦ green 123 ◦ blue 202

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

Shades of Havelock Blue #517BCA

Tints of Havelock Blue #517BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 19.95%
G = 30.3%
B = 49.75%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#517BCA (or 0x517BCA) is known color: Havelock Blue. HEX triplet: 51, 7B and CA. RGB value is (81,123,202). Sum of RGB (Red+Green+Blue) = 81+123+202=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #517BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BCA is #AE8435. Grayscale: #777777. Windows color (decimal): -11437110 or 13269841. OLE color: 13269841.

HSL color Cylindrical-coordinate representation of color #517BCA: hue angle of 219.17º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #517BCA is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 123 202 -
CMYK 0.60 0.39 0 0.21
HSL 219.17º 0.53% 0.55% -
HSV(B) 219.17º 0.6% 0.79% -
XYZ 21.14 20.18 58.66 -
YUV 119.45 174.59 100.58 -
System Red Green Blue C M Y K H S L
Decimal 81 123 202 0.60 0.39 0 0.21 219.17 0.53 0.55
Hex 51 7B CA 3C 27 0 15 DB 35 37
Octal 121 173 312 74 47 0 25 333 65 67
Binary 1010001 1111011 11001010 111100 100111 0 10101 11011011 110101 110111

Color Harmonies of #517BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BCA

Black with #517BCA

Text Example


Text Example

White with #517BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,123,202); }

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

background-color css

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

 a { background-color: rgb(81,123,202); }

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

border-color css

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

 span { border-color: rgb(81,123,202); }

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