Html Css Color HEX #36555D Casal

📋 copy color: '#36555D'

red 54 ◦ green 85 ◦ blue 93

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

Shades of Casal #36555D

Tints of Casal #36555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.64%

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

R = 23.28%
G = 36.64%
B = 40.09%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36555D (or 0x36555D) is known color: Casal. HEX triplet: 36, 55 and 5D. RGB value is (54,85,93). Sum of RGB (Red+Green+Blue) = 54+85+93=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #36555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36555D is #C9AAA2. Grayscale: #4C4C4C. Windows color (decimal): -13216419 or 6116662. OLE color: 6116662.

HSL color Cylindrical-coordinate representation of color #36555D: hue angle of 192.31º 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 #36555D is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 85 93 -
CMYK 0.42 0.09 0 0.64
HSL 192.31º 0.27% 0.29% -
HSV(B) 192.31º 0.42% 0.36% -
XYZ 6.75 8.07 11.56 -
YUV 76.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 54 85 93 0.42 0.09 0 0.64 192.31 0.27 0.29
Hex 36 55 5D 2A 9 0 40 C0 1B 1D
Octal 66 125 135 52 11 0 100 300 33 35
Binary 110110 1010101 1011101 101010 1001 0 1000000 11000000 11011 11101

Color Harmonies of #36555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36555D

Black with #36555D

Text Example


Text Example

White with #36555D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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