Html Css Color HEX #37585E Casal

📋 copy color: '#37585E'

red 55 ◦ green 88 ◦ blue 94

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

Shades of Casal #37585E

Tints of Casal #37585E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.66%

R = 23.21%
G = 37.13%
B = 39.66%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37585E (or 0x37585E) is known color: Casal. HEX triplet: 37, 58 and 5E. RGB value is (55,88,94). Sum of RGB (Red+Green+Blue) = 55+88+94=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #37585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37585E is #C8A7A1. Grayscale: #4E4E4E. Windows color (decimal): -13150114 or 6182967. OLE color: 6182967.

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

Color convert

RGB 55 88 94 -
CMYK 0.41 0.06 0 0.63
HSL 189.23º 0.26% 0.29% -
HSV(B) 189.23º 0.41% 0.37% -
XYZ 7.09 8.6 11.88 -
YUV 78.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 55 88 94 0.41 0.06 0 0.63 189.23 0.26 0.29
Hex 37 58 5E 29 6 0 3F BD 1A 1D
Octal 67 130 136 51 6 0 77 275 32 35
Binary 110111 1011000 1011110 101001 110 0 111111 10111101 11010 11101

Color Harmonies of #37585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37585E

Black with #37585E

Text Example


Text Example

White with #37585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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