Html Css Color HEX #425157 Casal

📋 copy color: '#425157'

red 66 ◦ green 81 ◦ blue 87

#425157
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #425157

Tints of Casal #425157

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 value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#425157 (or 0x425157) is known color: 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

RGB 66 81 87 -
CMYK 0.24 0.07 0 0.66
HSL 197.14º 0.14% 0.3% -
HSV(B) 197.14º 0.24% 0.34% -
XYZ 6.91 7.73 10.14 -
YUV 77.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 66 81 87 0.24 0.07 0 0.66 197.14 0.14 0.3
Hex 42 51 57 18 7 0 42 C5 E 1E
Octal 102 121 127 30 7 0 102 305 16 36
Binary 1000010 1010001 1010111 11000 111 0 1000010 11000101 1110 11110

Color Harmonies of #425157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425157

Black with #425157

Text Example


Text Example

White with #425157

Text Example


Text Example

HTML Codes & Css Web 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>