Html Css Color HEX #053C40 Cyprus

📋 copy color: '#053C40'

red 5 ◦ green 60 ◦ blue 64

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

Shades of Cyprus #053C40

Tints of Cyprus #053C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 46.51%

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

R = 3.88%
G = 46.51%
B = 49.61%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#053C40 (or 0x053C40) is known color: Cyprus. HEX triplet: 05, 3C and 40. RGB value is (5,60,64). Sum of RGB (Red+Green+Blue) = 5+60+64=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #053C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C40 is #FAC3BF. Grayscale: #2B2B2B. Windows color (decimal): -16434112 or 4209669. OLE color: 4209669.

HSL color Cylindrical-coordinate representation of color #053C40: hue angle of 184.07º 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 #053C40 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 60 64 -
CMYK 0.92 0.06 0 0.75
HSL 184.07º 0.86% 0.14% -
HSV(B) 184.07º 0.92% 0.25% -
XYZ 2.6 3.63 5.41 -
YUV 44.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 5 60 64 0.92 0.06 0 0.75 184.07 0.86 0.14
Hex 5 3C 40 5C 6 0 4B B8 56 E
Octal 5 74 100 134 6 0 113 270 126 16
Binary 101 111100 1000000 1011100 110 0 1001011 10111000 1010110 1110

Color Harmonies of #053C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C40

Black with #053C40

Text Example


Text Example

White with #053C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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