Html Css Color HEX #053539 Cyprus

📋 copy color: '#053539'

red 5 ◦ green 53 ◦ blue 57

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

Shades of Cyprus #053539

Tints of Cyprus #053539

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

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

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

Color convert

RGB 5 53 57 -
CMYK 0.91 0.07 0 0.78
HSL 184.62º 0.84% 0.12% -
HSV(B) 184.62º 0.91% 0.22% -
XYZ 2.07 2.87 4.32 -
YUV 39.1 138.1 103.67 -
System Red Green Blue C M Y K H S L
Decimal 5 53 57 0.91 0.07 0 0.78 184.62 0.84 0.12
Hex 5 35 39 5B 7 0 4E B9 54 C
Octal 5 65 71 133 7 0 116 271 124 14
Binary 101 110101 111001 1011011 111 0 1001110 10111001 1010100 1100

Color Harmonies of #053539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053539

Black with #053539

Text Example


Text Example

White with #053539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053539; }

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

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

background-color css

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

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

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

border-color css

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

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

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