Html Css Color HEX #053740 Cyprus

📋 copy color: '#053740'

red 5 ◦ green 55 ◦ blue 64

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

Shades of Cyprus #053740

Tints of Cyprus #053740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44.35%

 BLUE value IS 64 (25.39% from 255) = 51.61%

R = 4.03%
G = 44.35%
B = 51.61%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#053740 (or 0x053740) is known color: Cyprus. HEX triplet: 05, 37 and 40. RGB value is (5,55,64). Sum of RGB (Red+Green+Blue) = 5+55+64=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #053740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053740 is #FAC8BF. Grayscale: #282828. Windows color (decimal): -16435392 or 4208389. OLE color: 4208389.

HSL color Cylindrical-coordinate representation of color #053740: hue angle of 189.15º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053740 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 55 64 -
CMYK 0.92 0.14 0 0.75
HSL 189.15º 0.86% 0.14% -
HSV(B) 189.15º 0.92% 0.25% -
XYZ 2.35 3.13 5.33 -
YUV 41.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 5 55 64 0.92 0.14 0 0.75 189.15 0.86 0.14
Hex 5 37 40 5C E 0 4B BD 56 E
Octal 5 67 100 134 16 0 113 275 126 16
Binary 101 110111 1000000 1011100 1110 0 1001011 10111101 1010110 1110

Color Harmonies of #053740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053740

Black with #053740

Text Example


Text Example

White with #053740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053740; }

 p { color: rgb(5,55,64); }

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

background-color css

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

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

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

border-color css

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

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

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