Html Css Color HEX #425254 Casal

📋 copy color: '#425254'

red 66 ◦ green 82 ◦ blue 84

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

Shades of Casal #425254

Tints of Casal #425254

RGB

 RED value IS 66 (26.17% from 255) = 28.45%

 GREEN value IS 82 (32.42% from 255) = 35.34%

 BLUE value IS 84 (33.2% from 255) = 36.21%

R = 28.45%
G = 35.34%
B = 36.21%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#425254 (or 0x425254) is known color: Casal. HEX triplet: 42, 52 and 54. RGB value is (66,82,84). Sum of RGB (Red+Green+Blue) = 66+82+84=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 84 - color contains mainly: blue. Hex color #425254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425254 is #BDADAB. Grayscale: #4D4D4D. Windows color (decimal): -12430764 or 5526082. OLE color: 5526082.

HSL color Cylindrical-coordinate representation of color #425254: hue angle of 186.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #425254 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 82 84 -
CMYK 0.21 0.02 0 0.67
HSL 186.67º 0.12% 0.29% -
HSV(B) 186.67º 0.21% 0.33% -
XYZ 6.86 7.83 9.54 -
YUV 77.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 66 82 84 0.21 0.02 0 0.67 186.67 0.12 0.29
Hex 42 52 54 15 2 0 43 BB C 1D
Octal 102 122 124 25 2 0 103 273 14 35
Binary 1000010 1010010 1010100 10101 10 0 1000011 10111011 1100 11101

Color Harmonies of #425254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425254

Black with #425254

Text Example


Text Example

White with #425254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425254; }

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

 H1.HeaderClassName
 {
   color: #425254;
 }
 .AnyTagClassName
 {
   color: #425254;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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