Html Css Color HEX #5467BB Chetwode Blue

📋 copy color: '#5467BB'

red 84 ◦ green 103 ◦ blue 187

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

Shades of Chetwode Blue #5467BB

Tints of Chetwode Blue #5467BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50%

R = 22.46%
G = 27.54%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5467BB (or 0x5467BB) is known color: Chetwode Blue. HEX triplet: 54, 67 and BB. RGB value is (84,103,187). Sum of RGB (Red+Green+Blue) = 84+103+187=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #5467BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5467BB is #AB9844. Grayscale: #6A6A6A. Windows color (decimal): -11245637 or 12281684. OLE color: 12281684.

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

Color convert

RGB 84 103 187 -
CMYK 0.55 0.45 0 0.27
HSL 228.93º 0.43% 0.53% -
HSV(B) 228.93º 0.55% 0.73% -
XYZ 17.48 15.17 49.02 -
YUV 106.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 84 103 187 0.55 0.45 0 0.27 228.93 0.43 0.53
Hex 54 67 BB 37 2D 0 1B E5 2B 35
Octal 124 147 273 67 55 0 33 345 53 65
Binary 1010100 1100111 10111011 110111 101101 0 11011 11100101 101011 110101

Color Harmonies of #5467BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5467BB

Black with #5467BB

Text Example


Text Example

White with #5467BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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