Html Css Color HEX #548CCE Havelock Blue

📋 copy color: '#548CCE'

red 84 ◦ green 140 ◦ blue 206

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

Shades of Havelock Blue #548CCE

Tints of Havelock Blue #548CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

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

R = 19.53%
G = 32.56%
B = 47.91%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#548CCE (or 0x548CCE) is known color: Havelock Blue. HEX triplet: 54, 8C and CE. RGB value is (84,140,206). Sum of RGB (Red+Green+Blue) = 84+140+206=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #548CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548CCE is #AB7331. Grayscale: #828282. Windows color (decimal): -11236146 or 13536340. OLE color: 13536340.

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

Color convert

RGB 84 140 206 -
CMYK 0.59 0.32 0 0.19
HSL 212.46º 0.55% 0.57% -
HSV(B) 212.46º 0.59% 0.81% -
XYZ 24.17 25.1 61.96 -
YUV 130.78 170.45 94.63 -
System Red Green Blue C M Y K H S L
Decimal 84 140 206 0.59 0.32 0 0.19 212.46 0.55 0.57
Hex 54 8C CE 3B 20 0 13 D4 37 39
Octal 124 214 316 73 40 0 23 324 67 71
Binary 1010100 10001100 11001110 111011 100000 0 10011 11010100 110111 111001

Color Harmonies of #548CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548CCE

Black with #548CCE

Text Example


Text Example

White with #548CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,140,206); }

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

background-color css

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

 a { background-color: rgb(84,140,206); }

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

border-color css

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

 span { border-color: rgb(84,140,206); }

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