Html Css Color HEX #5467BE Chetwode Blue

📋 copy color: '#5467BE'

red 84 ◦ green 103 ◦ blue 190

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

Shades of Chetwode Blue #5467BE

Tints of Chetwode Blue #5467BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 22.28%
G = 27.32%
B = 50.4%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5467BE (or 0x5467BE) is known color: Chetwode Blue. HEX triplet: 54, 67 and BE. RGB value is (84,103,190). Sum of RGB (Red+Green+Blue) = 84+103+190=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #5467BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5467BE is #AB9841. Grayscale: #6A6A6A. Windows color (decimal): -11245634 or 12478292. OLE color: 12478292.

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

Color convert

RGB 84 103 190 -
CMYK 0.56 0.46 0 0.25
HSL 229.25º 0.45% 0.54% -
HSV(B) 229.25º 0.56% 0.75% -
XYZ 17.8 15.3 50.73 -
YUV 107.24 174.71 111.43 -
System Red Green Blue C M Y K H S L
Decimal 84 103 190 0.56 0.46 0 0.25 229.25 0.45 0.54
Hex 54 67 BE 38 2E 0 19 E5 2D 36
Octal 124 147 276 70 56 0 31 345 55 66
Binary 1010100 1100111 10111110 111000 101110 0 11001 11100101 101101 110110

Color Harmonies of #5467BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5467BE

Black with #5467BE

Text Example


Text Example

White with #5467BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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