Html Css Color HEX #547AD7 Havelock Blue

📋 copy color: '#547AD7'

red 84 ◦ green 122 ◦ blue 215

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

Shades of Havelock Blue #547AD7

Tints of Havelock Blue #547AD7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.98%

 BLUE value IS 215 (84.38% from 255) = 51.07%

R = 19.95%
G = 28.98%
B = 51.07%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#547AD7 (or 0x547AD7) is known color: Havelock Blue. HEX triplet: 54, 7A and D7. RGB value is (84,122,215). Sum of RGB (Red+Green+Blue) = 84+122+215=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #547AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547AD7 is #AB8528. Grayscale: #787878. Windows color (decimal): -11240745 or 14121556. OLE color: 14121556.

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

Color convert

RGB 84 122 215 -
CMYK 0.61 0.43 0 0.16
HSL 222.6º 0.62% 0.59% -
HSV(B) 222.6º 0.61% 0.84% -
XYZ 22.88 20.71 67.08 -
YUV 121.24 180.91 101.44 -
System Red Green Blue C M Y K H S L
Decimal 84 122 215 0.61 0.43 0 0.16 222.6 0.62 0.59
Hex 54 7A D7 3D 2B 0 10 DF 3E 3B
Octal 124 172 327 75 53 0 20 337 76 73
Binary 1010100 1111010 11010111 111101 101011 0 10000 11011111 111110 111011

Color Harmonies of #547AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547AD7

Black with #547AD7

Text Example


Text Example

White with #547AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,122,215); }

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

background-color css

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

 a { background-color: rgb(84,122,215); }

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

border-color css

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

 span { border-color: rgb(84,122,215); }

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