Html Css Color HEX #434F53 Casal

📋 copy color: '#434F53'

red 67 ◦ green 79 ◦ blue 83

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

Shades of Casal #434F53

Tints of Casal #434F53

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.5%

 BLUE value IS 83 (32.81% from 255) = 36.24%

R = 29.26%
G = 34.5%
B = 36.24%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#434F53 (or 0x434F53) is known color: Casal. HEX triplet: 43, 4F and 53. RGB value is (67,79,83). Sum of RGB (Red+Green+Blue) = 67+79+83=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: blue. Hex color #434F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F53 is #BCB0AC. Grayscale: #4B4B4B. Windows color (decimal): -12365997 or 5459779. OLE color: 5459779.

HSL color Cylindrical-coordinate representation of color #434F53: hue angle of 195º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #434F53 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 79 83 -
CMYK 0.19 0.05 0 0.67
HSL 195º 0.11% 0.29% -
HSV(B) 195º 0.19% 0.33% -
XYZ 6.67 7.41 9.26 -
YUV 75.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 67 79 83 0.19 0.05 0 0.67 195 0.11 0.29
Hex 43 4F 53 13 5 0 43 C3 B 1D
Octal 103 117 123 23 5 0 103 303 13 35
Binary 1000011 1001111 1010011 10011 101 0 1000011 11000011 1011 11101

Color Harmonies of #434F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F53

Black with #434F53

Text Example


Text Example

White with #434F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434F53; }

 p { color: rgb(67,79,83); }

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

background-color css

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

 a { background-color: rgb(67,79,83); }

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

border-color css

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

 span { border-color: rgb(67,79,83); }

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