#33565A

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

Shades of Oracle #33565A

Tints of Oracle #33565A

Color information

#33565A (or 0x33565A) is unknown color: approx Oracle. HEX triplet: 33, 56 and 5A. RGB value is (51,86,90). Sum of RGB (Red+Green+Blue) = 51+86+90=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #33565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33565A is #CCA9A5. Grayscale: #4B4B4B. Windows color (decimal): -13412774 or 5920307. OLE color: 5920307.

HSL color Cylindrical-coordinate representation of color #33565A: hue angle of 186.15º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33565A is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB518690-
CMYK0.430.0400.65
HSL186.15º27.66%27.65%-
HSV(B)186.15º43.33%35.29%-
XYZ6.548.110.89-
YUV75.99135.9110.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=22.47%
G=37.89%
B=39.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5186900.430.0400.65186.1527.6627.65
Hex33565A2B4041ba1c1c
Octal6312613253401012723434
Binary1100111010110101101010101110001000001101110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33565A; }

 p { color: rgb(51,86,90); }

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

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

 a { background-color: rgb(51,86,90); }

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

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

 span { border-color: rgb(51,86,90); }

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