Html Css Color HEX #395556 Oracle

📋 copy color: '#395556'

red 57 ◦ green 85 ◦ blue 86

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

Shades of Oracle #395556

Tints of Oracle #395556

RGB

 RED value IS 57 (22.66% from 255) = 25%

 GREEN value IS 85 (33.59% from 255) = 37.28%

 BLUE value IS 86 (33.98% from 255) = 37.72%

R = 25%
G = 37.28%
B = 37.72%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#395556 (or 0x395556) is known color: Oracle. HEX triplet: 39, 55 and 56. RGB value is (57,85,86). Sum of RGB (Red+Green+Blue) = 57+85+86=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 86 - color contains mainly: blue. Hex color #395556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395556 is #C6AAA9. Grayscale: #4C4C4C. Windows color (decimal): -13019818 or 5657913. OLE color: 5657913.

HSL color Cylindrical-coordinate representation of color #395556: hue angle of 182.07º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395556 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 85 86 -
CMYK 0.34 0.01 0 0.66
HSL 182.07º 0.2% 0.28% -
HSV(B) 182.07º 0.34% 0.34% -
XYZ 6.62 8.04 10.01 -
YUV 76.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 57 85 86 0.34 0.01 0 0.66 182.07 0.2 0.28
Hex 39 55 56 22 1 0 42 B6 14 1C
Octal 71 125 126 42 1 0 102 266 24 34
Binary 111001 1010101 1010110 100010 1 0 1000010 10110110 10100 11100

Color Harmonies of #395556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395556

Black with #395556

Text Example


Text Example

White with #395556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395556; }

 p { color: rgb(57,85,86); }

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

background-color css

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

 a { background-color: rgb(57,85,86); }

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

border-color css

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

 span { border-color: rgb(57,85,86); }

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