Html Css Color HEX #55607F Chambray

📋 copy color: '#55607F'

red 85 ◦ green 96 ◦ blue 127

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

Shades of Chambray #55607F

Tints of Chambray #55607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.17%

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

R = 27.6%
G = 31.17%
B = 41.23%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#55607F (or 0x55607F) is known color: Chambray. HEX triplet: 55, 60 and 7F. RGB value is (85,96,127). Sum of RGB (Red+Green+Blue) = 85+96+127=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #55607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55607F is #AA9F80. Grayscale: #606060. Windows color (decimal): -11181953 or 8347733. OLE color: 8347733.

HSL color Cylindrical-coordinate representation of color #55607F: hue angle of 224.29º 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 #55607F is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 96 127 -
CMYK 0.33 0.24 0 0.50
HSL 224.29º 0.2% 0.42% -
HSV(B) 224.29º 0.33% 0.5% -
XYZ 11.76 11.83 21.74 -
YUV 96.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 85 96 127 0.33 0.24 0 0.50 224.29 0.2 0.42
Hex 55 60 7F 21 18 0 32 E0 14 2A
Octal 125 140 177 41 30 0 62 340 24 52
Binary 1010101 1100000 1111111 100001 11000 0 110010 11100000 10100 101010

Color Harmonies of #55607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55607F

Black with #55607F

Text Example


Text Example

White with #55607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55607F; }

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

 H1.HeaderClassName
 {
   color: #55607F;
 }
 .AnyTagClassName
 {
   color: #55607F;
 }
</style>

background-color css

<style>
 a { background-color: #55607F; }

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

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

border-color css

<style>
 span { border-color: #55607F; }

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

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