Html Css Color HEX #5467BD Chetwode Blue

📋 copy color: '#5467BD'

red 84 ◦ green 103 ◦ blue 189

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

Shades of Chetwode Blue #5467BD

Tints of Chetwode Blue #5467BD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.39%

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 22.34%
G = 27.39%
B = 50.27%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5467BD (or 0x5467BD) is known color: Chetwode Blue. HEX triplet: 54, 67 and BD. RGB value is (84,103,189). Sum of RGB (Red+Green+Blue) = 84+103+189=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #5467BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5467BD is #AB9842. Grayscale: #6A6A6A. Windows color (decimal): -11245635 or 12412756. OLE color: 12412756.

HSL color Cylindrical-coordinate representation of color #5467BD: hue angle of 229.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5467BD is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 103 189 -
CMYK 0.56 0.46 0 0.26
HSL 229.14º 0.44% 0.54% -
HSV(B) 229.14º 0.56% 0.74% -
XYZ 17.69 15.26 50.16 -
YUV 107.12 174.21 111.51 -
System Red Green Blue C M Y K H S L
Decimal 84 103 189 0.56 0.46 0 0.26 229.14 0.44 0.54
Hex 54 67 BD 38 2E 0 1A E5 2C 36
Octal 124 147 275 70 56 0 32 345 54 66
Binary 1010100 1100111 10111101 111000 101110 0 11010 11100101 101100 110110

Color Harmonies of #5467BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5467BD

Black with #5467BD

Text Example


Text Example

White with #5467BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5467BD; }

 p { color: rgb(84,103,189); }

 H1.HeaderClassName
 {
   color: #5467BD;
 }
 .AnyTagClassName
 {
   color: #5467BD;
 }
</style>

background-color css

<style>
 a { background-color: #5467BD; }

 a { background-color: rgb(84,103,189); }

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

border-color css

<style>
 span { border-color: #5467BD; }

 span { border-color: rgb(84,103,189); }

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