Html Css Color HEX #548ACD Havelock Blue

📋 copy color: '#548ACD'

red 84 ◦ green 138 ◦ blue 205

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

Shades of Havelock Blue #548ACD

Tints of Havelock Blue #548ACD

RGB

 RED value IS 84 (33.2% from 255) = 19.67%

 GREEN value IS 138 (54.3% from 255) = 32.32%

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 19.67%
G = 32.32%
B = 48.01%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#548ACD (or 0x548ACD) is known color: Havelock Blue. HEX triplet: 54, 8A and CD. RGB value is (84,138,205). Sum of RGB (Red+Green+Blue) = 84+138+205=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #548ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ACD is #AB7532. Grayscale: #818181. Windows color (decimal): -11236659 or 13470292. OLE color: 13470292.

HSL color Cylindrical-coordinate representation of color #548ACD: hue angle of 213.22º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548ACD is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 138 205 -
CMYK 0.59 0.33 0 0.20
HSL 213.22º 0.55% 0.57% -
HSV(B) 213.22º 0.59% 0.8% -
XYZ 23.76 24.47 61.23 -
YUV 129.49 170.61 95.55 -
System Red Green Blue C M Y K H S L
Decimal 84 138 205 0.59 0.33 0 0.20 213.22 0.55 0.57
Hex 54 8A CD 3B 21 0 14 D5 37 39
Octal 124 212 315 73 41 0 24 325 67 71
Binary 1010100 10001010 11001101 111011 100001 0 10100 11010101 110111 111001

Color Harmonies of #548ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548ACD

Black with #548ACD

Text Example


Text Example

White with #548ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548ACD; }

 p { color: rgb(84,138,205); }

 H1.HeaderClassName
 {
   color: #548ACD;
 }
 .AnyTagClassName
 {
   color: #548ACD;
 }
</style>

background-color css

<style>
 a { background-color: #548ACD; }

 a { background-color: rgb(84,138,205); }

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

border-color css

<style>
 span { border-color: #548ACD; }

 span { border-color: rgb(84,138,205); }

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