Html Css Color HEX #556BBE Chetwode Blue

📋 copy color: '#556BBE'

red 85 ◦ green 107 ◦ blue 190

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

Shades of Chetwode Blue #556BBE

Tints of Chetwode Blue #556BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.01%

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

R = 22.25%
G = 28.01%
B = 49.74%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#556BBE (or 0x556BBE) is known color: Chetwode Blue. HEX triplet: 55, 6B and BE. RGB value is (85,107,190). Sum of RGB (Red+Green+Blue) = 85+107+190=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #556BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BBE is #AA9441. Grayscale: #6D6D6D. Windows color (decimal): -11179074 or 12479317. OLE color: 12479317.

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

Color convert

RGB 85 107 190 -
CMYK 0.55 0.44 0 0.25
HSL 227.43º 0.45% 0.54% -
HSV(B) 227.43º 0.55% 0.75% -
XYZ 18.3 16.16 50.87 -
YUV 109.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 85 107 190 0.55 0.44 0 0.25 227.43 0.45 0.54
Hex 55 6B BE 37 2C 0 19 E3 2D 36
Octal 125 153 276 67 54 0 31 343 55 66
Binary 1010101 1101011 10111110 110111 101100 0 11001 11100011 101101 110110

Color Harmonies of #556BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BBE

Black with #556BBE

Text Example


Text Example

White with #556BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,107,190); }

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

background-color css

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

 a { background-color: rgb(85,107,190); }

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

border-color css

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

 span { border-color: rgb(85,107,190); }

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