Html Css Color HEX #05363F Cyprus

📋 copy color: '#05363F'

red 5 ◦ green 54 ◦ blue 63

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

Shades of Cyprus #05363F

Tints of Cyprus #05363F

RGB

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

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

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

R = 4.1%
G = 44.26%
B = 51.64%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#05363F (or 0x05363F) is known color: Cyprus. HEX triplet: 05, 36 and 3F. RGB value is (5,54,63). Sum of RGB (Red+Green+Blue) = 5+54+63=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #05363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05363F is #FAC9C0. Grayscale: #282828. Windows color (decimal): -16435649 or 4142597. OLE color: 4142597.

HSL color Cylindrical-coordinate representation of color #05363F: hue angle of 189.31º 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 #05363F is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 54 63 -
CMYK 0.92 0.14 0 0.75
HSL 189.31º 0.85% 0.13% -
HSV(B) 189.31º 0.92% 0.25% -
XYZ 2.28 3.03 5.17 -
YUV 40.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 5 54 63 0.92 0.14 0 0.75 189.31 0.85 0.13
Hex 5 36 3F 5C E 0 4B BD 55 D
Octal 5 66 77 134 16 0 113 275 125 15
Binary 101 110110 111111 1011100 1110 0 1001011 10111101 1010101 1101

Color Harmonies of #05363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05363F

Black with #05363F

Text Example


Text Example

White with #05363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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