Html Css Color HEX #36585D Casal

📋 copy color: '#36585D'

red 54 ◦ green 88 ◦ blue 93

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

Shades of Casal #36585D

Tints of Casal #36585D

RGB

 RED value IS 54 (21.48% from 255) = 22.98%

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

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

R = 22.98%
G = 37.45%
B = 39.57%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36585D (or 0x36585D) is known color: Casal. HEX triplet: 36, 58 and 5D. RGB value is (54,88,93). Sum of RGB (Red+Green+Blue) = 54+88+93=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #36585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36585D is #C9A7A2. Grayscale: #4E4E4E. Windows color (decimal): -13215651 or 6117430. OLE color: 6117430.

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

Color convert

RGB 54 88 93 -
CMYK 0.42 0.05 0 0.64
HSL 187.69º 0.27% 0.29% -
HSV(B) 187.69º 0.42% 0.36% -
XYZ 6.99 8.55 11.64 -
YUV 78.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 54 88 93 0.42 0.05 0 0.64 187.69 0.27 0.29
Hex 36 58 5D 2A 5 0 40 BC 1B 1D
Octal 66 130 135 52 5 0 100 274 33 35
Binary 110110 1011000 1011101 101010 101 0 1000000 10111100 11011 11101

Color Harmonies of #36585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36585D

Black with #36585D

Text Example


Text Example

White with #36585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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