Html Css Color HEX #435155 Casal

📋 copy color: '#435155'

red 67 ◦ green 81 ◦ blue 85

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

Shades of Casal #435155

Tints of Casal #435155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 28.76%
G = 34.76%
B = 36.48%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#435155 (or 0x435155) is known color: Casal. HEX triplet: 43, 51 and 55. RGB value is (67,81,85). Sum of RGB (Red+Green+Blue) = 67+81+85=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #435155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435155 is #BCAEAA. Grayscale: #4D4D4D. Windows color (decimal): -12365483 or 5591363. OLE color: 5591363.

HSL color Cylindrical-coordinate representation of color #435155: hue angle of 193.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #435155 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 81 85 -
CMYK 0.21 0.05 0 0.67
HSL 193.33º 0.12% 0.3% -
HSV(B) 193.33º 0.21% 0.33% -
XYZ 6.9 7.73 9.72 -
YUV 77.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 67 81 85 0.21 0.05 0 0.67 193.33 0.12 0.3
Hex 43 51 55 15 5 0 43 C1 C 1E
Octal 103 121 125 25 5 0 103 301 14 36
Binary 1000011 1010001 1010101 10101 101 0 1000011 11000001 1100 11110

Color Harmonies of #435155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435155

Black with #435155

Text Example


Text Example

White with #435155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435155; }

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

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

background-color css

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

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

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

border-color css

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

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

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