Html Css Color HEX #5564BA Chetwode Blue

📋 copy color: '#5564BA'

red 85 ◦ green 100 ◦ blue 186

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

Shades of Chetwode Blue #5564BA

Tints of Chetwode Blue #5564BA

RGB

 RED value IS 85 (33.59% from 255) = 22.91%

 GREEN value IS 100 (39.45% from 255) = 26.95%

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

R = 22.91%
G = 26.95%
B = 50.13%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5564BA (or 0x5564BA) is known color: Chetwode Blue. HEX triplet: 55, 64 and BA. RGB value is (85,100,186). Sum of RGB (Red+Green+Blue) = 85+100+186=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 100 (39.45% from 255 or 26.95% 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 #5564BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5564BA is #AA9B45. Grayscale: #686868. Windows color (decimal): -11180870 or 12215381. OLE color: 12215381.

HSL color Cylindrical-coordinate representation of color #5564BA: hue angle of 231.09º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5564BA is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 100 186 -
CMYK 0.54 0.46 0 0.27
HSL 231.09º 0.42% 0.53% -
HSV(B) 231.09º 0.54% 0.73% -
XYZ 17.17 14.59 48.37 -
YUV 105.32 173.53 113.51 -
System Red Green Blue C M Y K H S L
Decimal 85 100 186 0.54 0.46 0 0.27 231.09 0.42 0.53
Hex 55 64 BA 36 2E 0 1B E7 2A 35
Octal 125 144 272 66 56 0 33 347 52 65
Binary 1010101 1100100 10111010 110110 101110 0 11011 11100111 101010 110101

Color Harmonies of #5564BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5564BA

Black with #5564BA

Text Example


Text Example

White with #5564BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,100,186); }

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

background-color css

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

 a { background-color: rgb(85,100,186); }

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

border-color css

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

 span { border-color: rgb(85,100,186); }

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