Html Css Color HEX #053636 Cyprus

📋 copy color: '#053636'

red 5 ◦ green 54 ◦ blue 54

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

Shades of Cyprus #053636

Tints of Cyprus #053636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 47.79%

 BLUE value IS 54 (21.48% from 255) = 47.79%

R = 4.42%
G = 47.79%
B = 47.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#053636 (or 0x053636) is known color: Cyprus. HEX triplet: 05, 36 and 36. RGB value is (5,54,54). Sum of RGB (Red+Green+Blue) = 5+54+54=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #053636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053636 is #FAC9C9. Grayscale: #272727. Windows color (decimal): -16435658 or 3552773. OLE color: 3552773.

HSL color Cylindrical-coordinate representation of color #053636: hue angle of 180º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053636 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 54 54 -
CMYK 0.91 0 0 0.79
HSL 180º 0.83% 0.12% -
HSV(B) 180º 0.91% 0.21% -
XYZ 2.05 2.94 3.95 -
YUV 39.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 5 54 54 0.91 0 0 0.79 180 0.83 0.12
Hex 5 36 36 5B 0 0 4F B4 53 C
Octal 5 66 66 133 0 0 117 264 123 14
Binary 101 110110 110110 1011011 0 0 1001111 10110100 1010011 1100

Color Harmonies of #053636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053636

Black with #053636

Text Example


Text Example

White with #053636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053636; }

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

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

background-color css

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

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

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

border-color css

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

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

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