Html Css Color HEX #355855 Oracle

📋 copy color: '#355855'

red 53 ◦ green 88 ◦ blue 85

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

Shades of Oracle #355855

Tints of Oracle #355855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.94%

 BLUE value IS 85 (33.59% from 255) = 37.61%

R = 23.45%
G = 38.94%
B = 37.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#355855 (or 0x355855) is known color: Oracle. HEX triplet: 35, 58 and 55. RGB value is (53,88,85). Sum of RGB (Red+Green+Blue) = 53+88+85=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #355855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355855 is #CAA7AA. Grayscale: #4D4D4D. Windows color (decimal): -13281195 or 5593141. OLE color: 5593141.

HSL color Cylindrical-coordinate representation of color #355855: hue angle of 174.86º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355855 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 85 -
CMYK 0.40 0 0.03 0.65
HSL 174.86º 0.25% 0.28% -
HSV(B) 174.86º 0.4% 0.35% -
XYZ 6.6 8.39 9.87 -
YUV 77.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 53 88 85 0.40 0 0.03 0.65 174.86 0.25 0.28
Hex 35 58 55 28 0 3 41 AF 19 1C
Octal 65 130 125 50 0 3 101 257 31 34
Binary 110101 1011000 1010101 101000 0 11 1000001 10101111 11001 11100

Color Harmonies of #355855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355855

Black with #355855

Text Example


Text Example

White with #355855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355855; }

 p { color: rgb(53,88,85); }

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

background-color css

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

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

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

border-color css

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

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

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