Html Css Color HEX #58607A Chambray

📋 copy color: '#58607A'

red 88 ◦ green 96 ◦ blue 122

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

Shades of Chambray #58607A

Tints of Chambray #58607A

RGB

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

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

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

R = 28.76%
G = 31.37%
B = 39.87%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58607A (or 0x58607A) is known color: Chambray. HEX triplet: 58, 60 and 7A. RGB value is (88,96,122). Sum of RGB (Red+Green+Blue) = 88+96+122=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #58607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58607A is #A79F85. Grayscale: #606060. Windows color (decimal): -10985350 or 8020056. OLE color: 8020056.

HSL color Cylindrical-coordinate representation of color #58607A: hue angle of 225.88º 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 #58607A is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 96 122 -
CMYK 0.28 0.21 0 0.52
HSL 225.88º 0.16% 0.41% -
HSV(B) 225.88º 0.28% 0.48% -
XYZ 11.72 11.85 20.08 -
YUV 96.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 88 96 122 0.28 0.21 0 0.52 225.88 0.16 0.41
Hex 58 60 7A 1C 15 0 34 E2 10 29
Octal 130 140 172 34 25 0 64 342 20 51
Binary 1011000 1100000 1111010 11100 10101 0 110100 11100010 10000 101001

Color Harmonies of #58607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58607A

Black with #58607A

Text Example


Text Example

White with #58607A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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