Html Css Color HEX #053B3A Cyprus

📋 copy color: '#053B3A'

red 5 ◦ green 59 ◦ blue 58

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

Shades of Cyprus #053B3A

Tints of Cyprus #053B3A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 48.36%

 BLUE value IS 58 (23.05% from 255) = 47.54%

R = 4.1%
G = 48.36%
B = 47.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#053B3A (or 0x053B3A) is known color: Cyprus. HEX triplet: 05, 3B and 3A. RGB value is (5,59,58). Sum of RGB (Red+Green+Blue) = 5+59+58=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 59 (23.44% from 255 or 48.36% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 59 - color contains mainly: green. Hex color #053B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B3A is #FAC4C5. Grayscale: #2A2A2A. Windows color (decimal): -16434374 or 3816197. OLE color: 3816197.

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

Color convert

RGB 5 59 58 -
CMYK 0.92 0 0.02 0.77
HSL 178.89º 0.84% 0.13% -
HSV(B) 178.89º 0.92% 0.23% -
XYZ 2.39 3.47 4.55 -
YUV 42.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 5 59 58 0.92 0 0.02 0.77 178.89 0.84 0.13
Hex 5 3B 3A 5C 0 2 4D B3 54 D
Octal 5 73 72 134 0 2 115 263 124 15
Binary 101 111011 111010 1011100 0 10 1001101 10110011 1010100 1101

Color Harmonies of #053B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B3A

Black with #053B3A

Text Example


Text Example

White with #053B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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