Html Css Color HEX #547DB6 Havelock Blue

📋 copy color: '#547DB6'

red 84 ◦ green 125 ◦ blue 182

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

Shades of Havelock Blue #547DB6

Tints of Havelock Blue #547DB6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.97%

 BLUE value IS 182 (71.48% from 255) = 46.55%

R = 21.48%
G = 31.97%
B = 46.55%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#547DB6 (or 0x547DB6) is known color: Havelock Blue. HEX triplet: 54, 7D and B6. RGB value is (84,125,182). Sum of RGB (Red+Green+Blue) = 84+125+182=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #547DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DB6 is #AB8249. Grayscale: #767676. Windows color (decimal): -11240010 or 11959636. OLE color: 11959636.

HSL color Cylindrical-coordinate representation of color #547DB6: hue angle of 214.9º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #547DB6 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 125 182 -
CMYK 0.54 0.31 0 0.29
HSL 214.9º 0.4% 0.52% -
HSV(B) 214.9º 0.54% 0.71% -
XYZ 19.43 19.93 47.08 -
YUV 119.24 163.42 102.87 -
System Red Green Blue C M Y K H S L
Decimal 84 125 182 0.54 0.31 0 0.29 214.9 0.4 0.52
Hex 54 7D B6 36 1F 0 1D D7 28 34
Octal 124 175 266 66 37 0 35 327 50 64
Binary 1010100 1111101 10110110 110110 11111 0 11101 11010111 101000 110100

Color Harmonies of #547DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DB6

Black with #547DB6

Text Example


Text Example

White with #547DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547DB6; }

 p { color: rgb(84,125,182); }

 H1.HeaderClassName
 {
   color: #547DB6;
 }
 .AnyTagClassName
 {
   color: #547DB6;
 }
</style>

background-color css

<style>
 a { background-color: #547DB6; }

 a { background-color: rgb(84,125,182); }

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

border-color css

<style>
 span { border-color: #547DB6; }

 span { border-color: rgb(84,125,182); }

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