Html Css Color HEX #053A35 Cyprus

📋 copy color: '#053A35'

red 5 ◦ green 58 ◦ blue 53

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

Shades of Cyprus #053A35

Tints of Cyprus #053A35

RGB

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

 GREEN value IS 58 (23.05% from 255) = 50%

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

R = 4.31%
G = 50%
B = 45.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.77

RGB Variations

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

Color information

#053A35 (or 0x053A35) is known color: Cyprus. HEX triplet: 05, 3A and 35. RGB value is (5,58,53). Sum of RGB (Red+Green+Blue) = 5+58+53=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #053A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A35 is #FAC5CA. Grayscale: #292929. Windows color (decimal): -16434635 or 3488261. OLE color: 3488261.

HSL color Cylindrical-coordinate representation of color #053A35: hue angle of 174.34º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A35 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 53 -
CMYK 0.91 0 0.09 0.77
HSL 174.34º 0.84% 0.12% -
HSV(B) 174.34º 0.91% 0.23% -
XYZ 2.22 3.32 3.89 -
YUV 41.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 5 58 53 0.91 0 0.09 0.77 174.34 0.84 0.12
Hex 5 3A 35 5B 0 9 4D AE 54 C
Octal 5 72 65 133 0 11 115 256 124 14
Binary 101 111010 110101 1011011 0 1001 1001101 10101110 1010100 1100

Color Harmonies of #053A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A35

Black with #053A35

Text Example


Text Example

White with #053A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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