Html Css Color HEX #5465BE Chetwode Blue

📋 copy color: '#5465BE'

red 84 ◦ green 101 ◦ blue 190

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

Shades of Chetwode Blue #5465BE

Tints of Chetwode Blue #5465BE

RGB

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

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

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

R = 22.4%
G = 26.93%
B = 50.67%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5465BE (or 0x5465BE) is known color: Chetwode Blue. HEX triplet: 54, 65 and BE. RGB value is (84,101,190). Sum of RGB (Red+Green+Blue) = 84+101+190=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #5465BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5465BE is #AB9A41. Grayscale: #696969. Windows color (decimal): -11246146 or 12477780. OLE color: 12477780.

HSL color Cylindrical-coordinate representation of color #5465BE: hue angle of 230.38º 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 #5465BE is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 101 190 -
CMYK 0.56 0.47 0 0.25
HSL 230.38º 0.45% 0.54% -
HSV(B) 230.38º 0.56% 0.75% -
XYZ 17.6 14.91 50.67 -
YUV 106.06 175.37 112.26 -
System Red Green Blue C M Y K H S L
Decimal 84 101 190 0.56 0.47 0 0.25 230.38 0.45 0.54
Hex 54 65 BE 38 2F 0 19 E6 2D 36
Octal 124 145 276 70 57 0 31 346 55 66
Binary 1010100 1100101 10111110 111000 101111 0 11001 11100110 101101 110110

Color Harmonies of #5465BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5465BE

Black with #5465BE

Text Example


Text Example

White with #5465BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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