Html Css Color HEX #355353 Oracle

📋 copy color: '#355353'

red 53 ◦ green 83 ◦ blue 83

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

Shades of Oracle #355353

Tints of Oracle #355353

RGB

 RED value IS 53 (21.09% from 255) = 24.2%

 GREEN value IS 83 (32.81% from 255) = 37.9%

 BLUE value IS 83 (32.81% from 255) = 37.9%

R = 24.2%
G = 37.9%
B = 37.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#355353 (or 0x355353) is known color: Oracle. HEX triplet: 35, 53 and 53. RGB value is (53,83,83). Sum of RGB (Red+Green+Blue) = 53+83+83=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #355353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355353 is #CAACAC. Grayscale: #4A4A4A. Windows color (decimal): -13282477 or 5460789. OLE color: 5460789.

HSL color Cylindrical-coordinate representation of color #355353: hue angle of 180º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #355353 is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 83 -
CMYK 0.36 0 0 0.67
HSL 180º 0.22% 0.27% -
HSV(B) 180º 0.36% 0.33% -
XYZ 6.12 7.57 9.32 -
YUV 74.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 53 83 83 0.36 0 0 0.67 180 0.22 0.27
Hex 35 53 53 24 0 0 43 B4 16 1B
Octal 65 123 123 44 0 0 103 264 26 33
Binary 110101 1010011 1010011 100100 0 0 1000011 10110100 10110 11011

Color Harmonies of #355353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355353

Black with #355353

Text Example


Text Example

White with #355353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355353; }

 p { color: rgb(53,83,83); }

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

background-color css

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

 a { background-color: rgb(53,83,83); }

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

border-color css

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

 span { border-color: rgb(53,83,83); }

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