#425155

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

Shades of Casal #425155

Tints of Casal #425155

Color information

#425155 (or 0x425155) is unknown color: approx Casal. HEX triplet: 42, 51 and 55. RGB value is (66,81,85). Sum of RGB (Red+Green+Blue) = 66+81+85=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 81 (32.03% from 255 or 34.91% 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 #425155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425155 is #BDAEAA. Grayscale: #4C4C4C. Windows color (decimal): -12431019 or 5591362. OLE color: 5591362.

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

Color convert

RGB668185-
CMYK0.220.0500.67
HSL192.63º12.58%29.61%-
HSV(B)192.63º22.35%33.33%-
XYZ6.837.79.72-
YUV76.97132.53120.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=28.45%
G=34.91%
B=36.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6681850.220.0500.67192.6312.5829.61
Hex425155165043c1d1e
Octal10212112526501033011536
Binary100001010100011010101101101010100001111000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425155; }

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

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

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

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

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

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

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

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