Html Css Color HEX #395C5A Oracle

📋 copy color: '#395C5A'

red 57 ◦ green 92 ◦ blue 90

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

Shades of Oracle #395C5A

Tints of Oracle #395C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.49%

 BLUE value IS 90 (35.55% from 255) = 37.66%

R = 23.85%
G = 38.49%
B = 37.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#395C5A (or 0x395C5A) is known color: Oracle. HEX triplet: 39, 5C and 5A. RGB value is (57,92,90). Sum of RGB (Red+Green+Blue) = 57+92+90=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #395C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C5A is #C6A3A5. Grayscale: #515151. Windows color (decimal): -13018022 or 5921849. OLE color: 5921849.

HSL color Cylindrical-coordinate representation of color #395C5A: hue angle of 176.57º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #395C5A is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 92 90 -
CMYK 0.38 0 0.02 0.64
HSL 176.57º 0.23% 0.29% -
HSV(B) 176.57º 0.38% 0.36% -
XYZ 7.36 9.26 11.07 -
YUV 81.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 57 92 90 0.38 0 0.02 0.64 176.57 0.23 0.29
Hex 39 5C 5A 26 0 2 40 B1 17 1D
Octal 71 134 132 46 0 2 100 261 27 35
Binary 111001 1011100 1011010 100110 0 10 1000000 10110001 10111 11101

Color Harmonies of #395C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395C5A

Black with #395C5A

Text Example


Text Example

White with #395C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395C5A; }

 p { color: rgb(57,92,90); }

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

background-color css

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

 a { background-color: rgb(57,92,90); }

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

border-color css

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

 span { border-color: rgb(57,92,90); }

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