Html Css Color HEX #5274CA Havelock Blue

📋 copy color: '#5274CA'

red 82 ◦ green 116 ◦ blue 202

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

Shades of Havelock Blue #5274CA

Tints of Havelock Blue #5274CA

RGB

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

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

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

R = 20.5%
G = 29%
B = 50.5%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5274CA (or 0x5274CA) is known color: Havelock Blue. HEX triplet: 52, 74 and CA. RGB value is (82,116,202). Sum of RGB (Red+Green+Blue) = 82+116+202=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #5274CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5274CA is #AD8B35. Grayscale: #737373. Windows color (decimal): -11373366 or 13268050. OLE color: 13268050.

HSL color Cylindrical-coordinate representation of color #5274CA: hue angle of 223º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5274CA is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 116 202 -
CMYK 0.59 0.43 0 0.21
HSL 223º 0.53% 0.56% -
HSV(B) 223º 0.59% 0.79% -
XYZ 20.39 18.55 58.38 -
YUV 115.64 176.74 104.01 -
System Red Green Blue C M Y K H S L
Decimal 82 116 202 0.59 0.43 0 0.21 223 0.53 0.56
Hex 52 74 CA 3B 2B 0 15 DF 35 38
Octal 122 164 312 73 53 0 25 337 65 70
Binary 1010010 1110100 11001010 111011 101011 0 10101 11011111 110101 111000

Color Harmonies of #5274CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5274CA

Black with #5274CA

Text Example


Text Example

White with #5274CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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