#425255

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

Shades of Casal #425255

Tints of Casal #425255

Color information

#425255 (or 0x425255) is unknown color: approx Casal. HEX triplet: 42, 52 and 55. RGB value is (66,82,85). Sum of RGB (Red+Green+Blue) = 66+82+85=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 82 (32.42% from 255 or 35.19% 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 #425255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425255 is #BDADAA. Grayscale: #4D4D4D. Windows color (decimal): -12430763 or 5591618. OLE color: 5591618.

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

Color convert

RGB668285-
CMYK0.220.0400.67
HSL189.47º12.58%29.61%-
HSV(B)189.47º22.35%33.33%-
XYZ6.97.859.75-
YUV77.56132.2119.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=28.33%
G=35.19%
B=36.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6682850.220.0400.67189.4712.5829.61
Hex425255164043bdd1e
Octal10212212526401032751536
Binary100001010100101010101101101000100001110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425255; }

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

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

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

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

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

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

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

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