Html Css Color HEX #053633 Cyprus

📋 copy color: '#053633'

red 5 ◦ green 54 ◦ blue 51

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

Shades of Cyprus #053633

Tints of Cyprus #053633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 46.36%

R = 4.55%
G = 49.09%
B = 46.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#053633 (or 0x053633) is known color: Cyprus. HEX triplet: 05, 36 and 33. RGB value is (5,54,51). Sum of RGB (Red+Green+Blue) = 5+54+51=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #053633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053633 is #FAC9CC. Grayscale: #262626. Windows color (decimal): -16435661 or 3356165. OLE color: 3356165.

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

Color convert

RGB 5 54 51 -
CMYK 0.91 0 0.06 0.79
HSL 176.33º 0.83% 0.12% -
HSV(B) 176.33º 0.91% 0.21% -
XYZ 1.98 2.91 3.59 -
YUV 39.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 5 54 51 0.91 0 0.06 0.79 176.33 0.83 0.12
Hex 5 36 33 5B 0 6 4F B0 53 C
Octal 5 66 63 133 0 6 117 260 123 14
Binary 101 110110 110011 1011011 0 110 1001111 10110000 1010011 1100

Color Harmonies of #053633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053633

Black with #053633

Text Example


Text Example

White with #053633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053633; }

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

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

background-color css

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

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

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

border-color css

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

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

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