Html Css Color HEX #36505C Casal

📋 copy color: '#36505C'

red 54 ◦ green 80 ◦ blue 92

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

Shades of Casal #36505C

Tints of Casal #36505C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 92 (36.33% from 255) = 40.71%

R = 23.89%
G = 35.4%
B = 40.71%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36505C (or 0x36505C) is known color: Casal. HEX triplet: 36, 50 and 5C. RGB value is (54,80,92). Sum of RGB (Red+Green+Blue) = 54+80+92=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #36505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36505C is #C9AFA3. Grayscale: #494949. Windows color (decimal): -13217700 or 6049846. OLE color: 6049846.

HSL color Cylindrical-coordinate representation of color #36505C: hue angle of 198.95º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36505C is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 80 92 -
CMYK 0.41 0.13 0 0.64
HSL 198.95º 0.26% 0.29% -
HSV(B) 198.95º 0.41% 0.36% -
XYZ 6.32 7.29 11.2 -
YUV 73.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 54 80 92 0.41 0.13 0 0.64 198.95 0.26 0.29
Hex 36 50 5C 29 D 0 40 C7 1A 1D
Octal 66 120 134 51 15 0 100 307 32 35
Binary 110110 1010000 1011100 101001 1101 0 1000000 11000111 11010 11101

Color Harmonies of #36505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36505C

Black with #36505C

Text Example


Text Example

White with #36505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36505C; }

 p { color: rgb(54,80,92); }

 H1.HeaderClassName
 {
   color: #36505C;
 }
 .AnyTagClassName
 {
   color: #36505C;
 }
</style>

background-color css

<style>
 a { background-color: #36505C; }

 a { background-color: rgb(54,80,92); }

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

border-color css

<style>
 span { border-color: #36505C; }

 span { border-color: rgb(54,80,92); }

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