Html Css Color HEX #555B7A Chambray

📋 copy color: '#555B7A'

red 85 ◦ green 91 ◦ blue 122

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

Shades of Chambray #555B7A

Tints of Chambray #555B7A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.54%

 BLUE value IS 122 (48.05% from 255) = 40.94%

R = 28.52%
G = 30.54%
B = 40.94%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#555B7A (or 0x555B7A) is known color: Chambray. HEX triplet: 55, 5B and 7A. RGB value is (85,91,122). Sum of RGB (Red+Green+Blue) = 85+91+122=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #555B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B7A is #AAA485. Grayscale: #5C5C5C. Windows color (decimal): -11183238 or 8018773. OLE color: 8018773.

HSL color Cylindrical-coordinate representation of color #555B7A: hue angle of 230.27º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555B7A is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 91 122 -
CMYK 0.30 0.25 0 0.52
HSL 230.27º 0.18% 0.41% -
HSV(B) 230.27º 0.3% 0.48% -
XYZ 11 10.82 19.92 -
YUV 92.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 85 91 122 0.30 0.25 0 0.52 230.27 0.18 0.41
Hex 55 5B 7A 1E 19 0 34 E6 12 29
Octal 125 133 172 36 31 0 64 346 22 51
Binary 1010101 1011011 1111010 11110 11001 0 110100 11100110 10010 101001

Color Harmonies of #555B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B7A

Black with #555B7A

Text Example


Text Example

White with #555B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555B7A; }

 p { color: rgb(85,91,122); }

 H1.HeaderClassName
 {
   color: #555B7A;
 }
 .AnyTagClassName
 {
   color: #555B7A;
 }
</style>

background-color css

<style>
 a { background-color: #555B7A; }

 a { background-color: rgb(85,91,122); }

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

border-color css

<style>
 span { border-color: #555B7A; }

 span { border-color: rgb(85,91,122); }

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