Html Css Color HEX #36555A Casal

📋 copy color: '#36555A'

red 54 ◦ green 85 ◦ blue 90

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

Shades of Casal #36555A

Tints of Casal #36555A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.3%

R = 23.58%
G = 37.12%
B = 39.3%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36555A (or 0x36555A) is known color: Casal. HEX triplet: 36, 55 and 5A. RGB value is (54,85,90). Sum of RGB (Red+Green+Blue) = 54+85+90=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #36555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36555A is #C9AAA5. Grayscale: #4C4C4C. Windows color (decimal): -13216422 or 5920054. OLE color: 5920054.

HSL color Cylindrical-coordinate representation of color #36555A: hue angle of 188.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36555A is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 85 90 -
CMYK 0.40 0.06 0 0.65
HSL 188.33º 0.25% 0.28% -
HSV(B) 188.33º 0.4% 0.35% -
XYZ 6.62 8.02 10.87 -
YUV 76.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 54 85 90 0.40 0.06 0 0.65 188.33 0.25 0.28
Hex 36 55 5A 28 6 0 41 BC 19 1C
Octal 66 125 132 50 6 0 101 274 31 34
Binary 110110 1010101 1011010 101000 110 0 1000001 10111100 11001 11100

Color Harmonies of #36555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36555A

Black with #36555A

Text Example


Text Example

White with #36555A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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