Html Css Color HEX #556CBD Chetwode Blue

📋 copy color: '#556CBD'

red 85 ◦ green 108 ◦ blue 189

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

Shades of Chetwode Blue #556CBD

Tints of Chetwode Blue #556CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.27%

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 22.25%
G = 28.27%
B = 49.48%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#556CBD (or 0x556CBD) is known color: Chetwode Blue. HEX triplet: 55, 6C and BD. RGB value is (85,108,189). Sum of RGB (Red+Green+Blue) = 85+108+189=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #556CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CBD is #AA9342. Grayscale: #6E6E6E. Windows color (decimal): -11178819 or 12414037. OLE color: 12414037.

HSL color Cylindrical-coordinate representation of color #556CBD: hue angle of 226.73º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #556CBD is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 108 189 -
CMYK 0.55 0.43 0 0.26
HSL 226.73º 0.44% 0.54% -
HSV(B) 226.73º 0.55% 0.74% -
XYZ 18.29 16.33 50.33 -
YUV 110.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 85 108 189 0.55 0.43 0 0.26 226.73 0.44 0.54
Hex 55 6C BD 37 2B 0 1A E3 2C 36
Octal 125 154 275 67 53 0 32 343 54 66
Binary 1010101 1101100 10111101 110111 101011 0 11010 11100011 101100 110110

Color Harmonies of #556CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556CBD

Black with #556CBD

Text Example


Text Example

White with #556CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556CBD; }

 p { color: rgb(85,108,189); }

 H1.HeaderClassName
 {
   color: #556CBD;
 }
 .AnyTagClassName
 {
   color: #556CBD;
 }
</style>

background-color css

<style>
 a { background-color: #556CBD; }

 a { background-color: rgb(85,108,189); }

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

border-color css

<style>
 span { border-color: #556CBD; }

 span { border-color: rgb(85,108,189); }

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