Html Css Color HEX #43585A Casal

📋 copy color: '#43585A'

red 67 ◦ green 88 ◦ blue 90

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

Shades of Casal #43585A

Tints of Casal #43585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

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

R = 27.35%
G = 35.92%
B = 36.73%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#43585A (or 0x43585A) is known color: Casal. HEX triplet: 43, 58 and 5A. RGB value is (67,88,90). Sum of RGB (Red+Green+Blue) = 67+88+90=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #43585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43585A is #BCA7A5. Grayscale: #515151. Windows color (decimal): -12363686 or 5920835. OLE color: 5920835.

HSL color Cylindrical-coordinate representation of color #43585A: hue angle of 185.22º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43585A is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 88 90 -
CMYK 0.26 0.02 0 0.65
HSL 185.22º 0.15% 0.31% -
HSV(B) 185.22º 0.26% 0.35% -
XYZ 7.65 8.91 10.99 -
YUV 81.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 67 88 90 0.26 0.02 0 0.65 185.22 0.15 0.31
Hex 43 58 5A 1A 2 0 41 B9 F 1F
Octal 103 130 132 32 2 0 101 271 17 37
Binary 1000011 1011000 1011010 11010 10 0 1000001 10111001 1111 11111

Color Harmonies of #43585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43585A

Black with #43585A

Text Example


Text Example

White with #43585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,88,90); }

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

background-color css

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

 a { background-color: rgb(67,88,90); }

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

border-color css

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

 span { border-color: rgb(67,88,90); }

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