Html Css Color HEX #33565A Oracle

📋 copy color: '#33565A'

red 51 ◦ green 86 ◦ blue 90

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

Shades of Oracle #33565A

Tints of Oracle #33565A

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 value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#33565A (or 0x33565A) is known color: 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

RGB 51 86 90 -
CMYK 0.43 0.04 0 0.65
HSL 186.15º 0.28% 0.28% -
HSV(B) 186.15º 0.43% 0.35% -
XYZ 6.54 8.1 10.89 -
YUV 75.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 51 86 90 0.43 0.04 0 0.65 186.15 0.28 0.28
Hex 33 56 5A 2B 4 0 41 BA 1C 1C
Octal 63 126 132 53 4 0 101 272 34 34
Binary 110011 1010110 1011010 101011 100 0 1000001 10111010 11100 11100

Color Harmonies of #33565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33565A

Black with #33565A

Text Example


Text Example

White with #33565A

Text Example


Text Example

HTML Codes & Css Web 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>