Html Css Color HEX #055340 Cyprus

📋 copy color: '#055340'

red 5 ◦ green 83 ◦ blue 64

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

Shades of Cyprus #055340

Tints of Cyprus #055340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 54.61%

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

R = 3.29%
G = 54.61%
B = 42.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#055340 (or 0x055340) is known color: Cyprus. HEX triplet: 05, 53 and 40. RGB value is (5,83,64). Sum of RGB (Red+Green+Blue) = 5+83+64=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #055340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055340 is #FAACBF. Grayscale: #393939. Windows color (decimal): -16428224 or 4215557. OLE color: 4215557.

HSL color Cylindrical-coordinate representation of color #055340: hue angle of 165.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055340 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 83 64 -
CMYK 0.94 0 0.23 0.67
HSL 165.38º 0.89% 0.17% -
HSV(B) 165.38º 0.94% 0.33% -
XYZ 4.08 6.59 5.91 -
YUV 57.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 5 83 64 0.94 0 0.23 0.67 165.38 0.89 0.17
Hex 5 53 40 5E 0 17 43 A5 59 11
Octal 5 123 100 136 0 27 103 245 131 21
Binary 101 1010011 1000000 1011110 0 10111 1000011 10100101 1011001 10001

Color Harmonies of #055340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055340

Black with #055340

Text Example


Text Example

White with #055340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055340; }

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

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

background-color css

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

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

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

border-color css

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

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

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