Html Css Color HEX #05383F Cyprus

📋 copy color: '#05383F'

red 5 ◦ green 56 ◦ blue 63

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

Shades of Cyprus #05383F

Tints of Cyprus #05383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 45.16%

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

R = 4.03%
G = 45.16%
B = 50.81%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#05383F (or 0x05383F) is known color: Cyprus. HEX triplet: 05, 38 and 3F. RGB value is (5,56,63). Sum of RGB (Red+Green+Blue) = 5+56+63=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #05383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05383F is #FAC7C0. Grayscale: #292929. Windows color (decimal): -16435137 or 4143109. OLE color: 4143109.

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

Color convert

RGB 5 56 63 -
CMYK 0.92 0.11 0 0.75
HSL 187.24º 0.85% 0.13% -
HSV(B) 187.24º 0.92% 0.25% -
XYZ 2.37 3.22 5.2 -
YUV 41.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 5 56 63 0.92 0.11 0 0.75 187.24 0.85 0.13
Hex 5 38 3F 5C B 0 4B BB 55 D
Octal 5 70 77 134 13 0 113 273 125 15
Binary 101 111000 111111 1011100 1011 0 1001011 10111011 1010101 1101

Color Harmonies of #05383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05383F

Black with #05383F

Text Example


Text Example

White with #05383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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