Html Css Color HEX #425052 Casal

📋 copy color: '#425052'

red 66 ◦ green 80 ◦ blue 82

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

Shades of Casal #425052

Tints of Casal #425052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.09%

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 28.95%
G = 35.09%
B = 35.96%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#425052 (or 0x425052) is known color: Casal. HEX triplet: 42, 50 and 52. RGB value is (66,80,82). Sum of RGB (Red+Green+Blue) = 66+80+82=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: blue. Hex color #425052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425052 is #BDAFAD. Grayscale: #4C4C4C. Windows color (decimal): -12431278 or 5394498. OLE color: 5394498.

HSL color Cylindrical-coordinate representation of color #425052: hue angle of 187.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #425052 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 80 82 -
CMYK 0.20 0.02 0 0.68
HSL 187.5º 0.11% 0.29% -
HSV(B) 187.5º 0.2% 0.32% -
XYZ 6.64 7.5 9.08 -
YUV 76.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 66 80 82 0.20 0.02 0 0.68 187.5 0.11 0.29
Hex 42 50 52 14 2 0 44 BC B 1D
Octal 102 120 122 24 2 0 104 274 13 35
Binary 1000010 1010000 1010010 10100 10 0 1000100 10111100 1011 11101

Color Harmonies of #425052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425052

Black with #425052

Text Example


Text Example

White with #425052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425052; }

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

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

background-color css

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

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

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

border-color css

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

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

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