Html Css Color HEX #37585D Casal

📋 copy color: '#37585D'

red 55 ◦ green 88 ◦ blue 93

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

Shades of Casal #37585D

Tints of Casal #37585D

RGB

 RED value IS 55 (21.88% from 255) = 23.31%

 GREEN value IS 88 (34.77% from 255) = 37.29%

 BLUE value IS 93 (36.72% from 255) = 39.41%

R = 23.31%
G = 37.29%
B = 39.41%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37585D (or 0x37585D) is known color: Casal. HEX triplet: 37, 58 and 5D. RGB value is (55,88,93). Sum of RGB (Red+Green+Blue) = 55+88+93=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #37585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37585D is #C8A7A2. Grayscale: #4E4E4E. Windows color (decimal): -13150115 or 6117431. OLE color: 6117431.

HSL color Cylindrical-coordinate representation of color #37585D: hue angle of 187.89º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37585D is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 88 93 -
CMYK 0.41 0.05 0 0.64
HSL 187.89º 0.26% 0.29% -
HSV(B) 187.89º 0.41% 0.36% -
XYZ 7.04 8.58 11.64 -
YUV 78.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 55 88 93 0.41 0.05 0 0.64 187.89 0.26 0.29
Hex 37 58 5D 29 5 0 40 BC 1A 1D
Octal 67 130 135 51 5 0 100 274 32 35
Binary 110111 1011000 1011101 101001 101 0 1000000 10111100 11010 11101

Color Harmonies of #37585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37585D

Black with #37585D

Text Example


Text Example

White with #37585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37585D; }

 p { color: rgb(55,88,93); }

 H1.HeaderClassName
 {
   color: #37585D;
 }
 .AnyTagClassName
 {
   color: #37585D;
 }
</style>

background-color css

<style>
 a { background-color: #37585D; }

 a { background-color: rgb(55,88,93); }

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

border-color css

<style>
 span { border-color: #37585D; }

 span { border-color: rgb(55,88,93); }

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