Html Css Color HEX #58627A Chambray

📋 copy color: '#58627A'

red 88 ◦ green 98 ◦ blue 122

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

Shades of Chambray #58627A

Tints of Chambray #58627A

RGB

 RED value IS 88 (34.77% from 255) = 28.57%

 GREEN value IS 98 (38.67% from 255) = 31.82%

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

R = 28.57%
G = 31.82%
B = 39.61%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58627A (or 0x58627A) is known color: Chambray. HEX triplet: 58, 62 and 7A. RGB value is (88,98,122). Sum of RGB (Red+Green+Blue) = 88+98+122=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #58627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58627A is #A79D85. Grayscale: #616161. Windows color (decimal): -10984838 or 8020568. OLE color: 8020568.

HSL color Cylindrical-coordinate representation of color #58627A: hue angle of 222.35º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58627A is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 98 122 -
CMYK 0.28 0.20 0 0.52
HSL 222.35º 0.16% 0.41% -
HSV(B) 222.35º 0.28% 0.48% -
XYZ 11.91 12.22 20.14 -
YUV 97.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 88 98 122 0.28 0.20 0 0.52 222.35 0.16 0.41
Hex 58 62 7A 1C 14 0 34 DE 10 29
Octal 130 142 172 34 24 0 64 336 20 51
Binary 1011000 1100010 1111010 11100 10100 0 110100 11011110 10000 101001

Color Harmonies of #58627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58627A

Black with #58627A

Text Example


Text Example

White with #58627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58627A; }

 p { color: rgb(88,98,122); }

 H1.HeaderClassName
 {
   color: #58627A;
 }
 .AnyTagClassName
 {
   color: #58627A;
 }
</style>

background-color css

<style>
 a { background-color: #58627A; }

 a { background-color: rgb(88,98,122); }

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

border-color css

<style>
 span { border-color: #58627A; }

 span { border-color: rgb(88,98,122); }

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