Html Css Color HEX #556ABC Chetwode Blue

📋 copy color: '#556ABC'

red 85 ◦ green 106 ◦ blue 188

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

Shades of Chetwode Blue #556ABC

Tints of Chetwode Blue #556ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.97%

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 22.43%
G = 27.97%
B = 49.6%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#556ABC (or 0x556ABC) is known color: Chetwode Blue. HEX triplet: 55, 6A and BC. RGB value is (85,106,188). Sum of RGB (Red+Green+Blue) = 85+106+188=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #556ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ABC is #AA9543. Grayscale: #6C6C6C. Windows color (decimal): -11179332 or 12347989. OLE color: 12347989.

HSL color Cylindrical-coordinate representation of color #556ABC: hue angle of 227.77º degrees, saturation: 0.43, 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 #556ABC is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 106 188 -
CMYK 0.55 0.44 0 0.26
HSL 227.77º 0.43% 0.54% -
HSV(B) 227.77º 0.55% 0.74% -
XYZ 17.98 15.87 49.69 -
YUV 109.07 172.54 110.83 -
System Red Green Blue C M Y K H S L
Decimal 85 106 188 0.55 0.44 0 0.26 227.77 0.43 0.54
Hex 55 6A BC 37 2C 0 1A E4 2B 36
Octal 125 152 274 67 54 0 32 344 53 66
Binary 1010101 1101010 10111100 110111 101100 0 11010 11100100 101011 110110

Color Harmonies of #556ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556ABC

Black with #556ABC

Text Example


Text Example

White with #556ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,106,188); }

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

background-color css

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

 a { background-color: rgb(85,106,188); }

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

border-color css

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

 span { border-color: rgb(85,106,188); }

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