Html Css Color HEX #5274CE Havelock Blue

📋 copy color: '#5274CE'

red 82 ◦ green 116 ◦ blue 206

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

Shades of Havelock Blue #5274CE

Tints of Havelock Blue #5274CE

RGB

 RED value IS 82 (32.42% from 255) = 20.3%

 GREEN value IS 116 (45.7% from 255) = 28.71%

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 20.3%
G = 28.71%
B = 50.99%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5274CE (or 0x5274CE) is known color: Havelock Blue. HEX triplet: 52, 74 and CE. RGB value is (82,116,206). Sum of RGB (Red+Green+Blue) = 82+116+206=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #5274CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5274CE is #AD8B31. Grayscale: #737373. Windows color (decimal): -11373362 or 13530194. OLE color: 13530194.

HSL color Cylindrical-coordinate representation of color #5274CE: hue angle of 223.55º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5274CE is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 116 206 -
CMYK 0.60 0.44 0 0.19
HSL 223.55º 0.56% 0.56% -
HSV(B) 223.55º 0.6% 0.81% -
XYZ 20.87 18.74 60.91 -
YUV 116.09 178.74 103.68 -
System Red Green Blue C M Y K H S L
Decimal 82 116 206 0.60 0.44 0 0.19 223.55 0.56 0.56
Hex 52 74 CE 3C 2C 0 13 E0 38 38
Octal 122 164 316 74 54 0 23 340 70 70
Binary 1010010 1110100 11001110 111100 101100 0 10011 11100000 111000 111000

Color Harmonies of #5274CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5274CE

Black with #5274CE

Text Example


Text Example

White with #5274CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5274CE; }

 p { color: rgb(82,116,206); }

 H1.HeaderClassName
 {
   color: #5274CE;
 }
 .AnyTagClassName
 {
   color: #5274CE;
 }
</style>

background-color css

<style>
 a { background-color: #5274CE; }

 a { background-color: rgb(82,116,206); }

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

border-color css

<style>
 span { border-color: #5274CE; }

 span { border-color: rgb(82,116,206); }

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