Html Css Color HEX #556BB3 Chetwode Blue

📋 copy color: '#556BB3'

red 85 ◦ green 107 ◦ blue 179

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

Shades of Chetwode Blue #556BB3

Tints of Chetwode Blue #556BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 22.91%
G = 28.84%
B = 48.25%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#556BB3 (or 0x556BB3) is known color: Chetwode Blue. HEX triplet: 55, 6B and B3. RGB value is (85,107,179). Sum of RGB (Red+Green+Blue) = 85+107+179=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #556BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BB3 is #AA944C. Grayscale: #6C6C6C. Windows color (decimal): -11179085 or 11758421. OLE color: 11758421.

HSL color Cylindrical-coordinate representation of color #556BB3: hue angle of 225.96º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #556BB3 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 107 179 -
CMYK 0.53 0.40 0 0.30
HSL 225.96º 0.38% 0.52% -
HSV(B) 225.96º 0.53% 0.7% -
XYZ 17.14 15.7 44.78 -
YUV 108.63 167.71 111.15 -
System Red Green Blue C M Y K H S L
Decimal 85 107 179 0.53 0.40 0 0.30 225.96 0.38 0.52
Hex 55 6B B3 35 28 0 1E E2 26 34
Octal 125 153 263 65 50 0 36 342 46 64
Binary 1010101 1101011 10110011 110101 101000 0 11110 11100010 100110 110100

Color Harmonies of #556BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BB3

Black with #556BB3

Text Example


Text Example

White with #556BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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