Html Css Color HEX #556CBB Chetwode Blue

📋 copy color: '#556CBB'

red 85 ◦ green 108 ◦ blue 187

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

Shades of Chetwode Blue #556CBB

Tints of Chetwode Blue #556CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 22.37%
G = 28.42%
B = 49.21%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#556CBB (or 0x556CBB) is known color: Chetwode Blue. HEX triplet: 55, 6C and BB. RGB value is (85,108,187). Sum of RGB (Red+Green+Blue) = 85+108+187=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #556CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CBB is #AA9344. Grayscale: #6D6D6D. Windows color (decimal): -11178821 or 12282965. OLE color: 12282965.

HSL color Cylindrical-coordinate representation of color #556CBB: hue angle of 226.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #556CBB is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 108 187 -
CMYK 0.55 0.42 0 0.27
HSL 226.47º 0.43% 0.53% -
HSV(B) 226.47º 0.55% 0.73% -
XYZ 18.08 16.24 49.2 -
YUV 110.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 85 108 187 0.55 0.42 0 0.27 226.47 0.43 0.53
Hex 55 6C BB 37 2A 0 1B E2 2B 35
Octal 125 154 273 67 52 0 33 342 53 65
Binary 1010101 1101100 10111011 110111 101010 0 11011 11100010 101011 110101

Color Harmonies of #556CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556CBB

Black with #556CBB

Text Example


Text Example

White with #556CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,108,187); }

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

background-color css

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

 a { background-color: rgb(85,108,187); }

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

border-color css

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

 span { border-color: rgb(85,108,187); }

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