Html Css Color HEX #36555F Casal

📋 copy color: '#36555F'

red 54 ◦ green 85 ◦ blue 95

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

Shades of Casal #36555F

Tints of Casal #36555F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.6%

R = 23.08%
G = 36.32%
B = 40.6%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#36555F (or 0x36555F) is known color: Casal. HEX triplet: 36, 55 and 5F. RGB value is (54,85,95). Sum of RGB (Red+Green+Blue) = 54+85+95=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 95 - color contains mainly: blue. Hex color #36555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36555F is #C9AAA0. Grayscale: #4C4C4C. Windows color (decimal): -13216417 or 6247734. OLE color: 6247734.

HSL color Cylindrical-coordinate representation of color #36555F: hue angle of 194.63º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36555F is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 85 95 -
CMYK 0.43 0.11 0 0.63
HSL 194.63º 0.28% 0.29% -
HSV(B) 194.63º 0.43% 0.37% -
XYZ 6.84 8.11 12.03 -
YUV 76.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 54 85 95 0.43 0.11 0 0.63 194.63 0.28 0.29
Hex 36 55 5F 2B B 0 3F C3 1C 1D
Octal 66 125 137 53 13 0 77 303 34 35
Binary 110110 1010101 1011111 101011 1011 0 111111 11000011 11100 11101

Color Harmonies of #36555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36555F

Black with #36555F

Text Example


Text Example

White with #36555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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