Html Css Color HEX #5465BA Chetwode Blue

📋 copy color: '#5465BA'

red 84 ◦ green 101 ◦ blue 186

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

Shades of Chetwode Blue #5465BA

Tints of Chetwode Blue #5465BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 22.64%
G = 27.22%
B = 50.13%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5465BA (or 0x5465BA) is known color: Chetwode Blue. HEX triplet: 54, 65 and BA. RGB value is (84,101,186). Sum of RGB (Red+Green+Blue) = 84+101+186=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #5465BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5465BA is #AB9A45. Grayscale: #696969. Windows color (decimal): -11246150 or 12215636. OLE color: 12215636.

HSL color Cylindrical-coordinate representation of color #5465BA: hue angle of 230º 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 #5465BA is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 101 186 -
CMYK 0.55 0.46 0 0.27
HSL 230º 0.43% 0.53% -
HSV(B) 230º 0.55% 0.73% -
XYZ 17.17 14.74 48.39 -
YUV 105.61 173.37 112.59 -
System Red Green Blue C M Y K H S L
Decimal 84 101 186 0.55 0.46 0 0.27 230 0.43 0.53
Hex 54 65 BA 37 2E 0 1B E6 2A 35
Octal 124 145 272 67 56 0 33 346 52 65
Binary 1010100 1100101 10111010 110111 101110 0 11011 11100110 101010 110101

Color Harmonies of #5465BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5465BA

Black with #5465BA

Text Example


Text Example

White with #5465BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5465BA; }

 p { color: rgb(84,101,186); }

 H1.HeaderClassName
 {
   color: #5465BA;
 }
 .AnyTagClassName
 {
   color: #5465BA;
 }
</style>

background-color css

<style>
 a { background-color: #5465BA; }

 a { background-color: rgb(84,101,186); }

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

border-color css

<style>
 span { border-color: #5465BA; }

 span { border-color: rgb(84,101,186); }

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