Html Css Color HEX #053939 Cyprus

📋 copy color: '#053939'

red 5 ◦ green 57 ◦ blue 57

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

Shades of Cyprus #053939

Tints of Cyprus #053939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 47.9%

R = 4.2%
G = 47.9%
B = 47.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#053939 (or 0x053939) is known color: Cyprus. HEX triplet: 05, 39 and 39. RGB value is (5,57,57). Sum of RGB (Red+Green+Blue) = 5+57+57=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #053939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053939 is #FAC6C6. Grayscale: #292929. Windows color (decimal): -16434887 or 3750149. OLE color: 3750149.

HSL color Cylindrical-coordinate representation of color #053939: hue angle of 180º 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 #053939 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 57 57 -
CMYK 0.91 0 0 0.78
HSL 180º 0.84% 0.12% -
HSV(B) 180º 0.91% 0.22% -
XYZ 2.26 3.25 4.38 -
YUV 41.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 5 57 57 0.91 0 0 0.78 180 0.84 0.12
Hex 5 39 39 5B 0 0 4E B4 54 C
Octal 5 71 71 133 0 0 116 264 124 14
Binary 101 111001 111001 1011011 0 0 1001110 10110100 1010100 1100

Color Harmonies of #053939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053939

Black with #053939

Text Example


Text Example

White with #053939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053939; }

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

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

background-color css

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

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

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

border-color css

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

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

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