Html Css Color HEX #435052 Casal

📋 copy color: '#435052'

red 67 ◦ green 80 ◦ blue 82

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

Shades of Casal #435052

Tints of Casal #435052

RGB

 RED value IS 67 (26.56% from 255) = 29.26%

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

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

R = 29.26%
G = 34.93%
B = 35.81%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#435052 (or 0x435052) is known color: Casal. HEX triplet: 43, 50 and 52. RGB value is (67,80,82). Sum of RGB (Red+Green+Blue) = 67+80+82=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 82 - color contains mainly: blue. Hex color #435052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435052 is #BCAFAD. Grayscale: #4C4C4C. Windows color (decimal): -12365742 or 5394499. OLE color: 5394499.

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

Color convert

RGB 67 80 82 -
CMYK 0.18 0.02 0 0.68
HSL 188º 0.1% 0.29% -
HSV(B) 188º 0.18% 0.32% -
XYZ 6.71 7.54 9.08 -
YUV 76.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 67 80 82 0.18 0.02 0 0.68 188 0.1 0.29
Hex 43 50 52 12 2 0 44 BC A 1D
Octal 103 120 122 22 2 0 104 274 12 35
Binary 1000011 1010000 1010010 10010 10 0 1000100 10111100 1010 11101

Color Harmonies of #435052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435052

Black with #435052

Text Example


Text Example

White with #435052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435052; }

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

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

background-color css

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

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

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

border-color css

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

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

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