Html Css Color HEX #43595D Casal

📋 copy color: '#43595D'

red 67 ◦ green 89 ◦ blue 93

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

Shades of Casal #43595D

Tints of Casal #43595D

RGB

 RED value IS 67 (26.56% from 255) = 26.91%

 GREEN value IS 89 (35.16% from 255) = 35.74%

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

R = 26.91%
G = 35.74%
B = 37.35%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#43595D (or 0x43595D) is known color: Casal. HEX triplet: 43, 59 and 5D. RGB value is (67,89,93). Sum of RGB (Red+Green+Blue) = 67+89+93=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #43595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43595D is #BCA6A2. Grayscale: #525252. Windows color (decimal): -12363427 or 6117699. OLE color: 6117699.

HSL color Cylindrical-coordinate representation of color #43595D: hue angle of 189.23º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #43595D is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 89 93 -
CMYK 0.28 0.04 0 0.64
HSL 189.23º 0.16% 0.31% -
HSV(B) 189.23º 0.28% 0.36% -
XYZ 7.86 9.13 11.7 -
YUV 82.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 67 89 93 0.28 0.04 0 0.64 189.23 0.16 0.31
Hex 43 59 5D 1C 4 0 40 BD 10 1F
Octal 103 131 135 34 4 0 100 275 20 37
Binary 1000011 1011001 1011101 11100 100 0 1000000 10111101 10000 11111

Color Harmonies of #43595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43595D

Black with #43595D

Text Example


Text Example

White with #43595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,89,93); }

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

background-color css

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

 a { background-color: rgb(67,89,93); }

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

border-color css

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

 span { border-color: rgb(67,89,93); }

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