Html Css Color HEX #05393F Cyprus

📋 copy color: '#05393F'

red 5 ◦ green 57 ◦ blue 63

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

Shades of Cyprus #05393F

Tints of Cyprus #05393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.6%

 BLUE value IS 63 (25% from 255) = 50.4%

R = 4%
G = 45.6%
B = 50.4%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#05393F (or 0x05393F) is known color: Cyprus. HEX triplet: 05, 39 and 3F. RGB value is (5,57,63). Sum of RGB (Red+Green+Blue) = 5+57+63=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #05393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05393F is #FAC6C0. Grayscale: #2A2A2A. Windows color (decimal): -16434881 or 4143365. OLE color: 4143365.

HSL color Cylindrical-coordinate representation of color #05393F: hue angle of 186.21º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05393F is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 57 63 -
CMYK 0.92 0.10 0 0.75
HSL 186.21º 0.85% 0.13% -
HSV(B) 186.21º 0.92% 0.25% -
XYZ 2.42 3.32 5.22 -
YUV 42.14 139.77 101.51 -
System Red Green Blue C M Y K H S L
Decimal 5 57 63 0.92 0.10 0 0.75 186.21 0.85 0.13
Hex 5 39 3F 5C A 0 4B BA 55 D
Octal 5 71 77 134 12 0 113 272 125 15
Binary 101 111001 111111 1011100 1010 0 1001011 10111010 1010101 1101

Color Harmonies of #05393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05393F

Black with #05393F

Text Example


Text Example

White with #05393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05393F; }

 p { color: rgb(5,57,63); }

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

background-color css

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

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

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

border-color css

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

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

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