Html Css Color HEX #053331 Cyprus

📋 copy color: '#053331'

red 5 ◦ green 51 ◦ blue 49

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

Shades of Cyprus #053331

Tints of Cyprus #053331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 48.57%

 BLUE value IS 49 (19.53% from 255) = 46.67%

R = 4.76%
G = 48.57%
B = 46.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#053331 (or 0x053331) is known color: Cyprus. HEX triplet: 05, 33 and 31. RGB value is (5,51,49). Sum of RGB (Red+Green+Blue) = 5+51+49=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #053331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053331 is #FACCCE. Grayscale: #242424. Windows color (decimal): -16436431 or 3224325. OLE color: 3224325.

HSL color Cylindrical-coordinate representation of color #053331: hue angle of 177.39º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053331 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 51 49 -
CMYK 0.90 0 0.04 0.8
HSL 177.39º 0.82% 0.11% -
HSV(B) 177.39º 0.9% 0.2% -
XYZ 1.8 2.62 3.32 -
YUV 37.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 5 51 49 0.90 0 0.04 0.8 177.39 0.82 0.11
Hex 5 33 31 5A 0 4 50 B1 52 B
Octal 5 63 61 132 0 4 120 261 122 13
Binary 101 110011 110001 1011010 0 100 1010000 10110001 1010010 1011

Color Harmonies of #053331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053331

Black with #053331

Text Example


Text Example

White with #053331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053331; }

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

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

background-color css

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

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

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

border-color css

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

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

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