Html Css Color HEX #556BC8 Chetwode Blue

📋 copy color: '#556BC8'

red 85 ◦ green 107 ◦ blue 200

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

Shades of Chetwode Blue #556BC8

Tints of Chetwode Blue #556BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.02%

R = 21.68%
G = 27.3%
B = 51.02%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#556BC8 (or 0x556BC8) is known color: Chetwode Blue. HEX triplet: 55, 6B and C8. RGB value is (85,107,200). Sum of RGB (Red+Green+Blue) = 85+107+200=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #556BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BC8 is #AA9437. Grayscale: #6E6E6E. Windows color (decimal): -11179064 or 13134677. OLE color: 13134677.

HSL color Cylindrical-coordinate representation of color #556BC8: hue angle of 228.52º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #556BC8 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 107 200 -
CMYK 0.58 0.46 0 0.22
HSL 228.52º 0.51% 0.56% -
HSV(B) 228.52º 0.58% 0.78% -
XYZ 19.43 16.62 56.83 -
YUV 111.02 178.21 109.44 -
System Red Green Blue C M Y K H S L
Decimal 85 107 200 0.58 0.46 0 0.22 228.52 0.51 0.56
Hex 55 6B C8 3A 2E 0 16 E5 33 38
Octal 125 153 310 72 56 0 26 345 63 70
Binary 1010101 1101011 11001000 111010 101110 0 10110 11100101 110011 111000

Color Harmonies of #556BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BC8

Black with #556BC8

Text Example


Text Example

White with #556BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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