Html Css Color HEX #5285D5 Havelock Blue

📋 copy color: '#5285D5'

red 82 ◦ green 133 ◦ blue 213

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

Shades of Havelock Blue #5285D5

Tints of Havelock Blue #5285D5

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.07%

 BLUE value IS 213 (83.59% from 255) = 49.77%

R = 19.16%
G = 31.07%
B = 49.77%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5285D5 (or 0x5285D5) is known color: Havelock Blue. HEX triplet: 52, 85 and D5. RGB value is (82,133,213). Sum of RGB (Red+Green+Blue) = 82+133+213=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #5285D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5285D5 is #AD7A2A. Grayscale: #7E7E7E. Windows color (decimal): -11369003 or 13993298. OLE color: 13993298.

HSL color Cylindrical-coordinate representation of color #5285D5: hue angle of 216.64º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5285D5 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 133 213 -
CMYK 0.62 0.38 0 0.16
HSL 216.64º 0.61% 0.58% -
HSV(B) 216.64º 0.62% 0.84% -
XYZ 23.88 23.37 66.2 -
YUV 126.87 176.6 96 -
System Red Green Blue C M Y K H S L
Decimal 82 133 213 0.62 0.38 0 0.16 216.64 0.61 0.58
Hex 52 85 D5 3E 26 0 10 D9 3D 3A
Octal 122 205 325 76 46 0 20 331 75 72
Binary 1010010 10000101 11010101 111110 100110 0 10000 11011001 111101 111010

Color Harmonies of #5285D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5285D5

Black with #5285D5

Text Example


Text Example

White with #5285D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5285D5; }

 p { color: rgb(82,133,213); }

 H1.HeaderClassName
 {
   color: #5285D5;
 }
 .AnyTagClassName
 {
   color: #5285D5;
 }
</style>

background-color css

<style>
 a { background-color: #5285D5; }

 a { background-color: rgb(82,133,213); }

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

border-color css

<style>
 span { border-color: #5285D5; }

 span { border-color: rgb(82,133,213); }

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