#435055

Color #435055 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #435055

Tints of Casal #435055

Color information

#435055 (or 0x435055) is unknown color: approx Casal. HEX triplet: 43, 50 and 55. RGB value is (67,80,85). Sum of RGB (Red+Green+Blue) = 67+80+85=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 85 - color contains mainly: blue. Hex color #435055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435055 is #BCAFAA. Grayscale: #4C4C4C. Windows color (decimal): -12365739 or 5591107. OLE color: 5591107.

HSL color Cylindrical-coordinate representation of color #435055: hue angle of 196.67º 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 #435055 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB678085-
CMYK0.210.0600.67
HSL196.67º11.84%29.8%-
HSV(B)196.67º21.18%33.33%-
XYZ6.827.599.7-
YUV76.68132.69121.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.88%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=28.88%
G=34.48%
B=36.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6780850.210.0600.67196.6711.8429.8
Hex435055156043c5c1e
Octal10312012525601033051436
Binary100001110100001010101101011100100001111000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435055; }

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

 H1.HeaderClassName
 {
   color: #435055;
 }
 .AnyTagClassName
 {
   color: #435055;
 }
</style>
background-color css

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

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

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

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

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

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