Html Css Color HEX #555F7F Chambray

📋 copy color: '#555F7F'

red 85 ◦ green 95 ◦ blue 127

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

Shades of Chambray #555F7F

Tints of Chambray #555F7F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.94%

 BLUE value IS 127 (50% from 255) = 41.37%

R = 27.69%
G = 30.94%
B = 41.37%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#555F7F (or 0x555F7F) is known color: Chambray. HEX triplet: 55, 5F and 7F. RGB value is (85,95,127). Sum of RGB (Red+Green+Blue) = 85+95+127=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #555F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F7F is #AAA080. Grayscale: #5F5F5F. Windows color (decimal): -11182209 or 8347477. OLE color: 8347477.

HSL color Cylindrical-coordinate representation of color #555F7F: hue angle of 225.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #555F7F is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 95 127 -
CMYK 0.33 0.25 0 0.50
HSL 225.71º 0.2% 0.42% -
HSV(B) 225.71º 0.33% 0.5% -
XYZ 11.67 11.65 21.71 -
YUV 95.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 85 95 127 0.33 0.25 0 0.50 225.71 0.2 0.42
Hex 55 5F 7F 21 19 0 32 E2 14 2A
Octal 125 137 177 41 31 0 62 342 24 52
Binary 1010101 1011111 1111111 100001 11001 0 110010 11100010 10100 101010

Color Harmonies of #555F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F7F

Black with #555F7F

Text Example


Text Example

White with #555F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,95,127); }

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

background-color css

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

 a { background-color: rgb(85,95,127); }

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

border-color css

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

 span { border-color: rgb(85,95,127); }

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