Html Css Color HEX #355A58 Oracle

📋 copy color: '#355A58'

red 53 ◦ green 90 ◦ blue 88

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

Shades of Oracle #355A58

Tints of Oracle #355A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.96%

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

R = 22.94%
G = 38.96%
B = 38.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#355A58 (or 0x355A58) is known color: Oracle. HEX triplet: 35, 5A and 58. RGB value is (53,90,88). Sum of RGB (Red+Green+Blue) = 53+90+88=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #355A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A58 is #CAA5A7. Grayscale: #4E4E4E. Windows color (decimal): -13280680 or 5790261. OLE color: 5790261.

HSL color Cylindrical-coordinate representation of color #355A58: hue angle of 176.76º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #355A58 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 90 88 -
CMYK 0.41 0 0.02 0.65
HSL 176.76º 0.26% 0.28% -
HSV(B) 176.76º 0.41% 0.35% -
XYZ 6.89 8.77 10.56 -
YUV 78.71 133.24 109.66 -
System Red Green Blue C M Y K H S L
Decimal 53 90 88 0.41 0 0.02 0.65 176.76 0.26 0.28
Hex 35 5A 58 29 0 2 41 B1 1A 1C
Octal 65 132 130 51 0 2 101 261 32 34
Binary 110101 1011010 1011000 101001 0 10 1000001 10110001 11010 11100

Color Harmonies of #355A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A58

Black with #355A58

Text Example


Text Example

White with #355A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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