Html Css Color HEX #556FBC Chetwode Blue

📋 copy color: '#556FBC'

red 85 ◦ green 111 ◦ blue 188

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

Shades of Chetwode Blue #556FBC

Tints of Chetwode Blue #556FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.91%

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

R = 22.14%
G = 28.91%
B = 48.96%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#556FBC (or 0x556FBC) is known color: Chetwode Blue. HEX triplet: 55, 6F and BC. RGB value is (85,111,188). Sum of RGB (Red+Green+Blue) = 85+111+188=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #556FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FBC is #AA9043. Grayscale: #6F6F6F. Windows color (decimal): -11178052 or 12349269. OLE color: 12349269.

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

Color convert

RGB 85 111 188 -
CMYK 0.55 0.41 0 0.26
HSL 224.85º 0.43% 0.54% -
HSV(B) 224.85º 0.55% 0.74% -
XYZ 18.51 16.93 49.87 -
YUV 112 170.89 108.74 -
System Red Green Blue C M Y K H S L
Decimal 85 111 188 0.55 0.41 0 0.26 224.85 0.43 0.54
Hex 55 6F BC 37 29 0 1A E1 2B 36
Octal 125 157 274 67 51 0 32 341 53 66
Binary 1010101 1101111 10111100 110111 101001 0 11010 11100001 101011 110110

Color Harmonies of #556FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556FBC

Black with #556FBC

Text Example


Text Example

White with #556FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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