Html Css Color HEX #053935 Cyprus

📋 copy color: '#053935'

red 5 ◦ green 57 ◦ blue 53

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

Shades of Cyprus #053935

Tints of Cyprus #053935

RGB

 RED value IS 5 (2.34% from 255) = 4.35%

 GREEN value IS 57 (22.66% from 255) = 49.57%

 BLUE value IS 53 (21.09% from 255) = 46.09%

R = 4.35%
G = 49.57%
B = 46.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#053935 (or 0x053935) is known color: Cyprus. HEX triplet: 05, 39 and 35. RGB value is (5,57,53). Sum of RGB (Red+Green+Blue) = 5+57+53=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #053935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053935 is #FAC6CA. Grayscale: #282828. Windows color (decimal): -16434891 or 3488005. OLE color: 3488005.

HSL color Cylindrical-coordinate representation of color #053935: hue angle of 175.38º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053935 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 57 53 -
CMYK 0.91 0 0.07 0.78
HSL 175.38º 0.84% 0.12% -
HSV(B) 175.38º 0.91% 0.22% -
XYZ 2.17 3.22 3.87 -
YUV 41 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 5 57 53 0.91 0 0.07 0.78 175.38 0.84 0.12
Hex 5 39 35 5B 0 7 4E AF 54 C
Octal 5 71 65 133 0 7 116 257 124 14
Binary 101 111001 110101 1011011 0 111 1001110 10101111 1010100 1100

Color Harmonies of #053935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053935

Black with #053935

Text Example


Text Example

White with #053935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053935; }

 p { color: rgb(5,57,53); }

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

background-color css

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

 a { background-color: rgb(5,57,53); }

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

border-color css

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

 span { border-color: rgb(5,57,53); }

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