Html Css Color HEX #575F82 Chambray

📋 copy color: '#575F82'

red 87 ◦ green 95 ◦ blue 130

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

Shades of Chambray #575F82

Tints of Chambray #575F82

RGB

 RED value IS 87 (34.38% from 255) = 27.88%

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

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 27.88%
G = 30.45%
B = 41.67%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#575F82 (or 0x575F82) is known color: Chambray. HEX triplet: 57, 5F and 82. RGB value is (87,95,130). Sum of RGB (Red+Green+Blue) = 87+95+130=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #575F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F82 is #A8A07D. Grayscale: #606060. Windows color (decimal): -11051134 or 8544087. OLE color: 8544087.

HSL color Cylindrical-coordinate representation of color #575F82: hue angle of 228.84º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #575F82 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 95 130 -
CMYK 0.33 0.27 0 0.49
HSL 228.84º 0.2% 0.43% -
HSV(B) 228.84º 0.33% 0.51% -
XYZ 12.05 11.82 22.77 -
YUV 96.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 87 95 130 0.33 0.27 0 0.49 228.84 0.2 0.43
Hex 57 5F 82 21 1B 0 31 E5 14 2B
Octal 127 137 202 41 33 0 61 345 24 53
Binary 1010111 1011111 10000010 100001 11011 0 110001 11100101 10100 101011

Color Harmonies of #575F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F82

Black with #575F82

Text Example


Text Example

White with #575F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575F82; }

 p { color: rgb(87,95,130); }

 H1.HeaderClassName
 {
   color: #575F82;
 }
 .AnyTagClassName
 {
   color: #575F82;
 }
</style>

background-color css

<style>
 a { background-color: #575F82; }

 a { background-color: rgb(87,95,130); }

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

border-color css

<style>
 span { border-color: #575F82; }

 span { border-color: rgb(87,95,130); }

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