Html Css Color HEX #556ABF Chetwode Blue

📋 copy color: '#556ABF'

red 85 ◦ green 106 ◦ blue 191

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

Shades of Chetwode Blue #556ABF

Tints of Chetwode Blue #556ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50%

R = 22.25%
G = 27.75%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#556ABF (or 0x556ABF) is known color: Chetwode Blue. HEX triplet: 55, 6A and BF. RGB value is (85,106,191). Sum of RGB (Red+Green+Blue) = 85+106+191=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #556ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ABF is #AA9540. Grayscale: #6D6D6D. Windows color (decimal): -11179329 or 12544597. OLE color: 12544597.

HSL color Cylindrical-coordinate representation of color #556ABF: hue angle of 228.11º 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 #556ABF is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 106 191 -
CMYK 0.55 0.45 0 0.25
HSL 228.11º 0.45% 0.54% -
HSV(B) 228.11º 0.55% 0.75% -
XYZ 18.3 16 51.41 -
YUV 109.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 85 106 191 0.55 0.45 0 0.25 228.11 0.45 0.54
Hex 55 6A BF 37 2D 0 19 E4 2D 36
Octal 125 152 277 67 55 0 31 344 55 66
Binary 1010101 1101010 10111111 110111 101101 0 11001 11100100 101101 110110

Color Harmonies of #556ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556ABF

Black with #556ABF

Text Example


Text Example

White with #556ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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