Html Css Color HEX #5467BC Chetwode Blue

📋 copy color: '#5467BC'

red 84 ◦ green 103 ◦ blue 188

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

Shades of Chetwode Blue #5467BC

Tints of Chetwode Blue #5467BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 22.4%
G = 27.47%
B = 50.13%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5467BC (or 0x5467BC) is known color: Chetwode Blue. HEX triplet: 54, 67 and BC. RGB value is (84,103,188). Sum of RGB (Red+Green+Blue) = 84+103+188=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #5467BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5467BC is #AB9843. Grayscale: #6A6A6A. Windows color (decimal): -11245636 or 12347220. OLE color: 12347220.

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

Color convert

RGB 84 103 188 -
CMYK 0.55 0.45 0 0.26
HSL 229.04º 0.44% 0.53% -
HSV(B) 229.04º 0.55% 0.74% -
XYZ 17.58 15.22 49.59 -
YUV 107.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 84 103 188 0.55 0.45 0 0.26 229.04 0.44 0.53
Hex 54 67 BC 37 2D 0 1A E5 2C 35
Octal 124 147 274 67 55 0 32 345 54 65
Binary 1010100 1100111 10111100 110111 101101 0 11010 11100101 101100 110101

Color Harmonies of #5467BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5467BC

Black with #5467BC

Text Example


Text Example

White with #5467BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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