Html Css Color HEX #43575B Casal

📋 copy color: '#43575B'

red 67 ◦ green 87 ◦ blue 91

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

Shades of Casal #43575B

Tints of Casal #43575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.51%

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 27.35%
G = 35.51%
B = 37.14%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#43575B (or 0x43575B) is known color: Casal. HEX triplet: 43, 57 and 5B. RGB value is (67,87,91). Sum of RGB (Red+Green+Blue) = 67+87+91=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #43575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43575B is #BCA8A4. Grayscale: #515151. Windows color (decimal): -12363941 or 5986115. OLE color: 5986115.

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

Color convert

RGB 67 87 91 -
CMYK 0.26 0.04 0 0.64
HSL 190º 0.15% 0.31% -
HSV(B) 190º 0.26% 0.36% -
XYZ 7.61 8.77 11.19 -
YUV 81.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 67 87 91 0.26 0.04 0 0.64 190 0.15 0.31
Hex 43 57 5B 1A 4 0 40 BE F 1F
Octal 103 127 133 32 4 0 100 276 17 37
Binary 1000011 1010111 1011011 11010 100 0 1000000 10111110 1111 11111

Color Harmonies of #43575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43575B

Black with #43575B

Text Example


Text Example

White with #43575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43575B; }

 p { color: rgb(67,87,91); }

 H1.HeaderClassName
 {
   color: #43575B;
 }
 .AnyTagClassName
 {
   color: #43575B;
 }
</style>

background-color css

<style>
 a { background-color: #43575B; }

 a { background-color: rgb(67,87,91); }

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

border-color css

<style>
 span { border-color: #43575B; }

 span { border-color: rgb(67,87,91); }

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