#425157

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

Shades of Casal #425157

Tints of Casal #425157

Color information

#425157 (or 0x425157) is unknown color: approx Casal. HEX triplet: 42, 51 and 57. RGB value is (66,81,87). Sum of RGB (Red+Green+Blue) = 66+81+87=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 87 - color contains mainly: blue. Hex color #425157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425157 is #BDAEA8. Grayscale: #4D4D4D. Windows color (decimal): -12431017 or 5722434. OLE color: 5722434.

HSL color Cylindrical-coordinate representation of color #425157: hue angle of 197.14º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #425157 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB668187-
CMYK0.240.0700.66
HSL197.14º13.73%30%-
HSV(B)197.14º24.14%34.12%-
XYZ6.917.7310.14-
YUV77.2133.53120.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=28.21%
G=34.62%
B=37.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6681870.240.0700.66197.1413.7330
Hex425157187042c5e1e
Octal10212112730701023051636
Binary100001010100011010111110001110100001011000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425157; }

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

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

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

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

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

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

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

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