Html Css Color HEX #053734 Cyprus

📋 copy color: '#053734'

red 5 ◦ green 55 ◦ blue 52

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

Shades of Cyprus #053734

Tints of Cyprus #053734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 46.43%

R = 4.46%
G = 49.11%
B = 46.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#053734 (or 0x053734) is known color: Cyprus. HEX triplet: 05, 37 and 34. RGB value is (5,55,52). Sum of RGB (Red+Green+Blue) = 5+55+52=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #053734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053734 is #FAC8CB. Grayscale: #272727. Windows color (decimal): -16435404 or 3421957. OLE color: 3421957.

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

Color convert

RGB 5 55 52 -
CMYK 0.91 0 0.05 0.78
HSL 176.4º 0.83% 0.12% -
HSV(B) 176.4º 0.91% 0.22% -
XYZ 2.05 3.01 3.72 -
YUV 39.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 5 55 52 0.91 0 0.05 0.78 176.4 0.83 0.12
Hex 5 37 34 5B 0 5 4E B0 53 C
Octal 5 67 64 133 0 5 116 260 123 14
Binary 101 110111 110100 1011011 0 101 1001110 10110000 1010011 1100

Color Harmonies of #053734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053734

Black with #053734

Text Example


Text Example

White with #053734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053734; }

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

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

background-color css

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

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

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

border-color css

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

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

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