Html Css Color HEX #05693C Jewel

📋 copy color: '#05693C'

red 5 ◦ green 105 ◦ blue 60

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

Shades of Jewel #05693C

Tints of Jewel #05693C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 61.76%

 BLUE value IS 60 (23.83% from 255) = 35.29%

R = 2.94%
G = 61.76%
B = 35.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#05693C (or 0x05693C) is known color: Jewel. HEX triplet: 05, 69 and 3C. RGB value is (5,105,60). Sum of RGB (Red+Green+Blue) = 5+105+60=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 105 (41.41% from 255 or 61.76% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 105 - color contains mainly: green. Hex color #05693C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05693C is #FA96C3. Grayscale: #464646. Windows color (decimal): -16422596 or 3959045. OLE color: 3959045.

HSL color Cylindrical-coordinate representation of color #05693C: hue angle of 153º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05693C is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 105 60 -
CMYK 0.95 0 0.43 0.59
HSL 153º 0.91% 0.22% -
HSV(B) 153º 0.95% 0.41% -
XYZ 5.93 10.46 5.98 -
YUV 69.97 122.37 81.66 -
System Red Green Blue C M Y K H S L
Decimal 5 105 60 0.95 0 0.43 0.59 153 0.91 0.22
Hex 5 69 3C 5F 0 2B 3B 99 5B 16
Octal 5 151 74 137 0 53 73 231 133 26
Binary 101 1101001 111100 1011111 0 101011 111011 10011001 1011011 10110

Color Harmonies of #05693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05693C

Black with #05693C

Text Example


Text Example

White with #05693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05693C; }

 p { color: rgb(5,105,60); }

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

background-color css

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

 a { background-color: rgb(5,105,60); }

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

border-color css

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

 span { border-color: rgb(5,105,60); }

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