Html Css Color HEX #435154 Casal

📋 copy color: '#435154'

red 67 ◦ green 81 ◦ blue 84

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

Shades of Casal #435154

Tints of Casal #435154

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.91%

 BLUE value IS 84 (33.2% from 255) = 36.21%

R = 28.88%
G = 34.91%
B = 36.21%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#435154 (or 0x435154) is known color: Casal. HEX triplet: 43, 51 and 54. RGB value is (67,81,84). Sum of RGB (Red+Green+Blue) = 67+81+84=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 84 - color contains mainly: blue. Hex color #435154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435154 is #BCAEAB. Grayscale: #4D4D4D. Windows color (decimal): -12365484 or 5525827. OLE color: 5525827.

HSL color Cylindrical-coordinate representation of color #435154: hue angle of 190.59º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #435154 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 81 84 -
CMYK 0.20 0.04 0 0.67
HSL 190.59º 0.11% 0.3% -
HSV(B) 190.59º 0.2% 0.33% -
XYZ 6.86 7.72 9.52 -
YUV 77.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 67 81 84 0.20 0.04 0 0.67 190.59 0.11 0.3
Hex 43 51 54 14 4 0 43 BF B 1E
Octal 103 121 124 24 4 0 103 277 13 36
Binary 1000011 1010001 1010100 10100 100 0 1000011 10111111 1011 11110

Color Harmonies of #435154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435154

Black with #435154

Text Example


Text Example

White with #435154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435154; }

 p { color: rgb(67,81,84); }

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

background-color css

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

 a { background-color: rgb(67,81,84); }

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

border-color css

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

 span { border-color: rgb(67,81,84); }

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