#425055

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

Shades of Casal #425055

Tints of Casal #425055

Color information

#425055 (or 0x425055) is unknown color: approx Casal. HEX triplet: 42, 50 and 55. RGB value is (66,80,85). Sum of RGB (Red+Green+Blue) = 66+80+85=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 85 - color contains mainly: blue. Hex color #425055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425055 is #BDAFAA. Grayscale: #4C4C4C. Windows color (decimal): -12431275 or 5591106. OLE color: 5591106.

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

Color convert

RGB668085-
CMYK0.220.0600.67
HSL195.79º12.58%29.61%-
HSV(B)195.79º22.35%33.33%-
XYZ6.767.559.7-
YUV76.38132.86120.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 85 (33.59% from 255) = 36.80%
R=28.57%
G=34.63%
B=36.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6680850.220.0600.67195.7912.5829.61
Hex425055166043c4d1e
Octal10212012526601033041536
Binary100001010100001010101101101100100001111000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425055; }

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

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

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

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

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

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

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

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