Html Css Color HEX #556DB4 Chetwode Blue

📋 copy color: '#556DB4'

red 85 ◦ green 109 ◦ blue 180

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

Shades of Chetwode Blue #556DB4

Tints of Chetwode Blue #556DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.14%

 BLUE value IS 180 (70.7% from 255) = 48.13%

R = 22.73%
G = 29.14%
B = 48.13%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#556DB4 (or 0x556DB4) is known color: Chetwode Blue. HEX triplet: 55, 6D and B4. RGB value is (85,109,180). Sum of RGB (Red+Green+Blue) = 85+109+180=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #556DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DB4 is #AA924B. Grayscale: #6D6D6D. Windows color (decimal): -11178572 or 11824469. OLE color: 11824469.

HSL color Cylindrical-coordinate representation of color #556DB4: hue angle of 224.84º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #556DB4 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 109 180 -
CMYK 0.53 0.39 0 0.29
HSL 224.84º 0.39% 0.52% -
HSV(B) 224.84º 0.53% 0.71% -
XYZ 17.45 16.16 45.38 -
YUV 109.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 85 109 180 0.53 0.39 0 0.29 224.84 0.39 0.52
Hex 55 6D B4 35 27 0 1D E1 27 34
Octal 125 155 264 65 47 0 35 341 47 64
Binary 1010101 1101101 10110100 110101 100111 0 11101 11100001 100111 110100

Color Harmonies of #556DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556DB4

Black with #556DB4

Text Example


Text Example

White with #556DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,109,180); }

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

background-color css

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

 a { background-color: rgb(85,109,180); }

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

border-color css

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

 span { border-color: rgb(85,109,180); }

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