#365B56

Color #365B56 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #365B56

Tints of Oracle #365B56

Color information

#365B56 (or 0x365B56) is unknown color: approx Oracle. HEX triplet: 36, 5B and 56. RGB value is (54,91,86). Sum of RGB (Red+Green+Blue) = 54+91+86=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 91 - color contains mainly: green. Hex color #365B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B56 is #C9A4A9. Grayscale: #4F4F4F. Windows color (decimal): -13214890 or 5659446. OLE color: 5659446.

HSL color Cylindrical-coordinate representation of color #365B56: hue angle of 171.89º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365B56 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB549186-
CMYK0.4100.050.64
HSL171.89º25.52%28.43%-
HSV(B)171.89º40.66%35.69%-
XYZ6.948.9410.16-
YUV79.37131.74109.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 91 (35.94% from 255) = 39.39%
BLUE value IS 86 (33.98% from 255) = 37.23%
R=23.38%
G=39.39%
B=37.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5491860.4100.050.64171.8925.5228.43
Hex365B56290540ac1a1c
Octal6613312651051002543234
Binary1101101011011101011010100101011000000101011001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365B56; }

 p { color: rgb(54,91,86); }

 H1.HeaderClassName
 {
   color: #365B56;
 }
 .AnyTagClassName
 {
   color: #365B56;
 }
</style>
background-color css

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

 a { background-color: rgb(54,91,86); }

 div.DivClassName
 {
   background-color: #365B56;
 }
 .BgClassName
 {
   background-color: #365B56;
 }
</style>
border-color css

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

 span { border-color: rgb(54,91,86); }

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