Html Css Color HEX #355858 Oracle

📋 copy color: '#355858'

red 53 ◦ green 88 ◦ blue 88

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

Shades of Oracle #355858

Tints of Oracle #355858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.43%

R = 23.14%
G = 38.43%
B = 38.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#355858 (or 0x355858) is known color: Oracle. HEX triplet: 35, 58 and 58. RGB value is (53,88,88). Sum of RGB (Red+Green+Blue) = 53+88+88=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #355858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355858 is #CAA7A7. Grayscale: #4D4D4D. Windows color (decimal): -13281192 or 5789749. OLE color: 5789749.

HSL color Cylindrical-coordinate representation of color #355858: hue angle of 180º 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 #355858 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 88 -
CMYK 0.40 0 0 0.65
HSL 180º 0.25% 0.28% -
HSV(B) 180º 0.4% 0.35% -
XYZ 6.72 8.44 10.51 -
YUV 77.54 133.9 110.5 -
System Red Green Blue C M Y K H S L
Decimal 53 88 88 0.40 0 0 0.65 180 0.25 0.28
Hex 35 58 58 28 0 0 41 B4 19 1C
Octal 65 130 130 50 0 0 101 264 31 34
Binary 110101 1011000 1011000 101000 0 0 1000001 10110100 11001 11100

Color Harmonies of #355858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355858

Black with #355858

Text Example


Text Example

White with #355858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355858; }

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

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

background-color css

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

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

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

border-color css

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

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

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