Html Css Color HEX #556DB5 Chetwode Blue

📋 copy color: '#556DB5'

red 85 ◦ green 109 ◦ blue 181

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

Shades of Chetwode Blue #556DB5

Tints of Chetwode Blue #556DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.27%

R = 22.67%
G = 29.07%
B = 48.27%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#556DB5 (or 0x556DB5) is known color: Chetwode Blue. HEX triplet: 55, 6D and B5. RGB value is (85,109,181). Sum of RGB (Red+Green+Blue) = 85+109+181=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #556DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DB5 is #AA924A. Grayscale: #6D6D6D. Windows color (decimal): -11178571 or 11890005. OLE color: 11890005.

HSL color Cylindrical-coordinate representation of color #556DB5: hue angle of 225º 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 #556DB5 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 109 181 -
CMYK 0.53 0.40 0 0.29
HSL 225º 0.39% 0.52% -
HSV(B) 225º 0.53% 0.71% -
XYZ 17.56 16.2 45.92 -
YUV 110.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 85 109 181 0.53 0.40 0 0.29 225 0.39 0.52
Hex 55 6D B5 35 28 0 1D E1 27 34
Octal 125 155 265 65 50 0 35 341 47 64
Binary 1010101 1101101 10110101 110101 101000 0 11101 11100001 100111 110100

Color Harmonies of #556DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556DB5

Black with #556DB5

Text Example


Text Example

White with #556DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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